Html Css Color HEX #39C9CB Medium Turquoise

📋 copy color: '#39C9CB'

red 57 ◦ green 201 ◦ blue 203

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

Shades of Medium Turquoise #39C9CB

Tints of Medium Turquoise #39C9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 12.36%
G = 43.6%
B = 44.03%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#39C9CB (or 0x39C9CB) is known color: Medium Turquoise. HEX triplet: 39, C9 and CB. RGB value is (57,201,203). Sum of RGB (Red+Green+Blue) = 57+201+203=461 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.36% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #39C9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C9CB is #C63634. Grayscale: #9E9E9E. Windows color (decimal): -12990005 or 13355321. OLE color: 13355321.

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

Color convert

RGB 57 201 203 -
CMYK 0.72 0.01 0 0.20
HSL 180.82º 0.58% 0.51% -
HSV(B) 180.82º 0.72% 0.8% -
XYZ 33.35 46.95 63.81 -
YUV 158.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 57 201 203 0.72 0.01 0 0.20 180.82 0.58 0.51
Hex 39 C9 CB 48 1 0 14 B5 3A 33
Octal 71 311 313 110 1 0 24 265 72 63
Binary 111001 11001001 11001011 1001000 1 0 10100 10110101 111010 110011

Color Harmonies of #39C9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C9CB

Black with #39C9CB

Text Example


Text Example

White with #39C9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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