#39CDDE

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

Shades of Medium Turquoise #39CDDE

Tints of Medium Turquoise #39CDDE

Color information

#39CDDE (or 0x39CDDE) is unknown color: approx Medium Turquoise. HEX triplet: 39, CD and DE. RGB value is (57,205,222). Sum of RGB (Red+Green+Blue) = 57+205+222=484 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.78% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #39CDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDDE is #C63221. Grayscale: #A2A2A2. Windows color (decimal): -12988962 or 14601529. OLE color: 14601529.

HSL color Cylindrical-coordinate representation of color #39CDDE: hue angle of 186.18º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CDDE is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB57205222-
CMYK0.740.0800.13
HSL186.18º71.43%54.71%-
HSV(B)186.18º74.32%87.06%-
XYZ36.749.8176.79-
YUV162.69161.4752.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.78%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=11.78%
G=42.36%
B=45.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572052220.740.0800.13186.1871.4354.71
Hex39CDDE4A80Dba4737
Octal713153361121001527210767
Binary11100111001101110111101001010100001101101110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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