Html Css Color HEX #39CBB9 Medium Turquoise

📋 copy color: '#39CBB9'

red 57 ◦ green 203 ◦ blue 185

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

Shades of Medium Turquoise #39CBB9

Tints of Medium Turquoise #39CBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 12.81%
G = 45.62%
B = 41.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#39CBB9 (or 0x39CBB9) is known color: Medium Turquoise. HEX triplet: 39, CB and B9. RGB value is (57,203,185). Sum of RGB (Red+Green+Blue) = 57+203+185=445 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.81% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBB9 is #C63446. Grayscale: #9D9D9D. Windows color (decimal): -12989511 or 12176185. OLE color: 12176185.

HSL color Cylindrical-coordinate representation of color #39CBB9: hue angle of 172.6º 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 #39CBB9 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 203 185 -
CMYK 0.72 0 0.09 0.20
HSL 172.6º 0.58% 0.51% -
HSV(B) 172.6º 0.72% 0.8% -
XYZ 31.8 47.08 53.31 -
YUV 157.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 57 203 185 0.72 0 0.09 0.20 172.6 0.58 0.51
Hex 39 CB B9 48 0 9 14 AD 3A 33
Octal 71 313 271 110 0 11 24 255 72 63
Binary 111001 11001011 10111001 1001000 0 1001 10100 10101101 111010 110011

Color Harmonies of #39CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CBB9

Black with #39CBB9

Text Example


Text Example

White with #39CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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