Html Css Color HEX #38DCBE Turquoise

📋 copy color: '#38DCBE'

red 56 ◦ green 220 ◦ blue 190

#38DCBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38DCBE

Tints of Turquoise #38DCBE

RGB

 RED value IS 56 (22.27% from 255) = 12.02%

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 12.02%
G = 47.21%
B = 40.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38DCBE (or 0x38DCBE) is known color: Turquoise. HEX triplet: 38, DC and BE. RGB value is (56,220,190). Sum of RGB (Red+Green+Blue) = 56+220+190=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DCBE is #C72341. Grayscale: #A7A7A7. Windows color (decimal): -13050690 or 12508216. OLE color: 12508216.

HSL color Cylindrical-coordinate representation of color #38DCBE: hue angle of 169.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCBE is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 190 -
CMYK 0.75 0 0.14 0.14
HSL 169.02º 0.7% 0.54% -
HSV(B) 169.02º 0.75% 0.86% -
XYZ 36.52 55.74 57.55 -
YUV 167.54 140.67 48.44 -
System Red Green Blue C M Y K H S L
Decimal 56 220 190 0.75 0 0.14 0.14 169.02 0.7 0.54
Hex 38 DC BE 4B 0 E E A9 46 36
Octal 70 334 276 113 0 16 16 251 106 66
Binary 111000 11011100 10111110 1001011 0 1110 1110 10101001 1000110 110110

Color Harmonies of #38DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DCBE

Black with #38DCBE

Text Example


Text Example

White with #38DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DCBE; }

 p { color: rgb(56,220,190); }

 H1.HeaderClassName
 {
   color: #38DCBE;
 }
 .AnyTagClassName
 {
   color: #38DCBE;
 }
</style>

background-color css

<style>
 a { background-color: #38DCBE; }

 a { background-color: rgb(56,220,190); }

 div.DivClassName
 {
   background-color: #38DCBE;
 }
 .BgClassName
 {
   background-color: #38DCBE;
 }
</style>

border-color css

<style>
 span { border-color: #38DCBE; }

 span { border-color: rgb(56,220,190); }

 td.TdClassName
 {
   border-color: #38DCBE;
 }
 .TagClassName
 {
   border-color: #38DCBE;
 }
</style>