Html Css Color HEX #39CBBD Medium Turquoise

📋 copy color: '#39CBBD'

red 57 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #39CBBD

Tints of Medium Turquoise #39CBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 12.69%
G = 45.21%
B = 42.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#39CBBD (or 0x39CBBD) is known color: Medium Turquoise. HEX triplet: 39, CB and BD. RGB value is (57,203,189). Sum of RGB (Red+Green+Blue) = 57+203+189=449 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.69% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBBD is #C63442. Grayscale: #9D9D9D. Windows color (decimal): -12989507 or 12438329. OLE color: 12438329.

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

Color convert

RGB 57 203 189 -
CMYK 0.72 0 0.07 0.20
HSL 174.25º 0.58% 0.51% -
HSV(B) 174.25º 0.72% 0.8% -
XYZ 32.23 47.26 55.57 -
YUV 157.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 57 203 189 0.72 0 0.07 0.20 174.25 0.58 0.51
Hex 39 CB BD 48 0 7 14 AE 3A 33
Octal 71 313 275 110 0 7 24 256 72 63
Binary 111001 11001011 10111101 1001000 0 111 10100 10101110 111010 110011

Color Harmonies of #39CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CBBD

Black with #39CBBD

Text Example


Text Example

White with #39CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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