#39CCDA

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

Shades of Medium Turquoise #39CCDA

Tints of Medium Turquoise #39CCDA

Color information

#39CCDA (or 0x39CCDA) is unknown color: approx Medium Turquoise. HEX triplet: 39, CC and DA. RGB value is (57,204,218). Sum of RGB (Red+Green+Blue) = 57+204+218=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #39CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCDA is #C63325. Grayscale: #A1A1A1. Windows color (decimal): -12989222 or 14339129. OLE color: 14339129.

HSL color Cylindrical-coordinate representation of color #39CCDA: hue angle of 185.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CCDA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57204218-
CMYK0.740.0600.15
HSL185.22º68.51%53.92%-
HSV(B)185.22º73.85%85.49%-
XYZ35.9449.1273.92-
YUV161.64159.853.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.90%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=11.90%
G=42.59%
B=45.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572042180.740.0600.15185.2268.5153.92
Hex39CCDA4A60Fb94536
Octal71314332112601727110566
Binary1110011100110011011010100101011001111101110011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,204,218); }

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

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

 a { background-color: rgb(57,204,218); }

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

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

 span { border-color: rgb(57,204,218); }

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