#39C9CE

Color #39C9CE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #39C9CE

Tints of Medium Turquoise #39C9CE

Color information

#39C9CE (or 0x39C9CE) is unknown color: approx Medium Turquoise. HEX triplet: 39, C9 and CE. RGB value is (57,201,206). Sum of RGB (Red+Green+Blue) = 57+201+206=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #39C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C9CE is #C63631. Grayscale: #9E9E9E. Windows color (decimal): -12990002 or 13551929. OLE color: 13551929.

HSL color Cylindrical-coordinate representation of color #39C9CE: hue angle of 182.01º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C9CE is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57201206-
CMYK0.720.0200.19
HSL182.01º60.32%51.57%-
HSV(B)182.01º72.33%80.78%-
XYZ33.7147.165.71-
YUV158.51154.7955.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.28%
GREEN value IS 201 (78.91% from 255) = 43.32%
BLUE value IS 206 (80.86% from 255) = 44.40%
R=12.28%
G=43.32%
B=44.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572012060.720.0200.19182.0160.3251.57
Hex39C9CE482013b63c34
Octal7131131611020232667464
Binary111001110010011100111010010001001001110110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39C9CE;
 }
 .AnyTagClassName
 {
   color: #39C9CE;
 }
</style>
background-color css

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

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

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

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

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

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