Html Css Color HEX #39DFCB Turquoise

📋 copy color: '#39DFCB'

red 57 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #39DFCB

Tints of Turquoise #39DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 11.8%
G = 46.17%
B = 42.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#39DFCB (or 0x39DFCB) is known color: Turquoise. HEX triplet: 39, DF and CB. RGB value is (57,223,203). Sum of RGB (Red+Green+Blue) = 57+223+203=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFCB is #C62034. Grayscale: #ABABAB. Windows color (decimal): -12984373 or 13360953. OLE color: 13360953.

HSL color Cylindrical-coordinate representation of color #39DFCB: hue angle of 172.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DFCB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 223 203 -
CMYK 0.74 0 0.09 0.13
HSL 172.77º 0.72% 0.55% -
HSV(B) 172.77º 0.74% 0.87% -
XYZ 38.85 57.96 65.64 -
YUV 171.09 146 46.63 -
System Red Green Blue C M Y K H S L
Decimal 57 223 203 0.74 0 0.09 0.13 172.77 0.72 0.55
Hex 39 DF CB 4A 0 9 D AD 48 37
Octal 71 337 313 112 0 11 15 255 110 67
Binary 111001 11011111 11001011 1001010 0 1001 1101 10101101 1001000 110111

Color Harmonies of #39DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DFCB

Black with #39DFCB

Text Example


Text Example

White with #39DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,223,203); }

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

background-color css

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

 a { background-color: rgb(57,223,203); }

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

border-color css

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

 span { border-color: rgb(57,223,203); }

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