#39C9CD

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

Shades of Medium Turquoise #39C9CD

Tints of Medium Turquoise #39C9CD

Color information

#39C9CD (or 0x39C9CD) is unknown color: approx Medium Turquoise. HEX triplet: 39, C9 and CD. RGB value is (57,201,205). Sum of RGB (Red+Green+Blue) = 57+201+205=463 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.31% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #39C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C9CD is #C63632. Grayscale: #9E9E9E. Windows color (decimal): -12990003 or 13486393. OLE color: 13486393.

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

Color convert

RGB57201205-
CMYK0.720.0200.20
HSL181.62º59.68%51.37%-
HSV(B)181.62º72.2%80.39%-
XYZ33.5947.0565.07-
YUV158.4154.2955.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.31%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=12.31%
G=43.41%
B=44.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572012050.720.0200.20181.6259.6851.37
Hex39C9CD482014b63c33
Octal7131131511020242667463
Binary111001110010011100110110010001001010010110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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