#39CCDF

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

Shades of Medium Turquoise #39CCDF

Tints of Medium Turquoise #39CCDF

Color information

#39CCDF (or 0x39CCDF) is unknown color: approx Medium Turquoise. HEX triplet: 39, CC and DF. RGB value is (57,204,223). Sum of RGB (Red+Green+Blue) = 57+204+223=484 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.78% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #39CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCDF is #C63320. Grayscale: #A1A1A1. Windows color (decimal): -12989217 or 14666809. OLE color: 14666809.

HSL color Cylindrical-coordinate representation of color #39CCDF: hue angle of 186.87º degrees, saturation: 0.72, 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 #39CCDF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB57204223-
CMYK0.740.0900.13
HSL186.87º72.17%54.9%-
HSV(B)186.87º74.44%87.45%-
XYZ36.649.3877.41-
YUV162.21162.352.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.78%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=11.78%
G=42.15%
B=46.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572042230.740.0900.13186.8772.1754.9
Hex39CCDF4A90Dbb4837
Octal713143371121101527311067
Binary11100111001100110111111001010100101101101110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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