#39CDD9

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

Shades of Medium Turquoise #39CDD9

Tints of Medium Turquoise #39CDD9

Color information

#39CDD9 (or 0x39CDD9) is unknown color: approx Medium Turquoise. HEX triplet: 39, CD and D9. RGB value is (57,205,217). Sum of RGB (Red+Green+Blue) = 57+205+217=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #39CDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDD9 is #C63226. Grayscale: #A1A1A1. Windows color (decimal): -12988967 or 14273849. OLE color: 14273849.

HSL color Cylindrical-coordinate representation of color #39CDD9: hue angle of 184.5º degrees, saturation: 0.68, 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 #39CDD9 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57205217-
CMYK0.740.0600.15
HSL184.5º67.8%53.73%-
HSV(B)184.5º73.73%85.1%-
XYZ36.0449.5473.31-
YUV162.12158.9753.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.90%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=11.90%
G=42.80%
B=45.30%

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
Decimal572052170.740.0600.15184.567.853.73
Hex39CDD94A60Fb84436
Octal71315331112601727010466
Binary1110011100110111011001100101011001111101110001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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