Html Css Color HEX #39CBB6 Medium Turquoise

📋 copy color: '#39CBB6'

red 57 ◦ green 203 ◦ blue 182

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

Shades of Medium Turquoise #39CBB6

Tints of Medium Turquoise #39CBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 12.9%
G = 45.93%
B = 41.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#39CBB6 (or 0x39CBB6) is known color: Medium Turquoise. HEX triplet: 39, CB and B6. RGB value is (57,203,182). Sum of RGB (Red+Green+Blue) = 57+203+182=442 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.90% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBB6 is #C63449. Grayscale: #9C9C9C. Windows color (decimal): -12989514 or 11979577. OLE color: 11979577.

HSL color Cylindrical-coordinate representation of color #39CBB6: hue angle of 171.37º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CBB6 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 203 182 -
CMYK 0.72 0 0.10 0.20
HSL 171.37º 0.58% 0.51% -
HSV(B) 171.37º 0.72% 0.8% -
XYZ 31.49 46.96 51.66 -
YUV 156.95 142.13 56.71 -
System Red Green Blue C M Y K H S L
Decimal 57 203 182 0.72 0 0.10 0.20 171.37 0.58 0.51
Hex 39 CB B6 48 0 A 14 AB 3A 33
Octal 71 313 266 110 0 12 24 253 72 63
Binary 111001 11001011 10110110 1001000 0 1010 10100 10101011 111010 110011

Color Harmonies of #39CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CBB6

Black with #39CBB6

Text Example


Text Example

White with #39CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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