Html Css Color HEX #39DCBE Turquoise

📋 copy color: '#39DCBE'

red 57 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #39DCBE

Tints of Turquoise #39DCBE

RGB

 RED value IS 57 (22.66% from 255) = 12.21%

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

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

R = 12.21%
G = 47.11%
B = 40.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#39DCBE (or 0x39DCBE) is known color: Turquoise. HEX triplet: 39, DC and BE. RGB value is (57,220,190). Sum of RGB (Red+Green+Blue) = 57+220+190=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCBE is #C62341. Grayscale: #A7A7A7. Windows color (decimal): -12985154 or 12508217. OLE color: 12508217.

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

Color convert

RGB 57 220 190 -
CMYK 0.74 0 0.14 0.14
HSL 168.96º 0.7% 0.54% -
HSV(B) 168.96º 0.74% 0.86% -
XYZ 36.57 55.77 57.55 -
YUV 167.84 140.5 48.94 -
System Red Green Blue C M Y K H S L
Decimal 57 220 190 0.74 0 0.14 0.14 168.96 0.7 0.54
Hex 39 DC BE 4A 0 E E A9 46 36
Octal 71 334 276 112 0 16 16 251 106 66
Binary 111001 11011100 10111110 1001010 0 1110 1110 10101001 1000110 110110

Color Harmonies of #39DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCBE

Black with #39DCBE

Text Example


Text Example

White with #39DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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