#39CADF

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

Shades of Medium Turquoise #39CADF

Tints of Medium Turquoise #39CADF

Color information

#39CADF (or 0x39CADF) is unknown color: approx Medium Turquoise. HEX triplet: 39, CA and DF. RGB value is (57,202,223). Sum of RGB (Red+Green+Blue) = 57+202+223=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #39CADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CADF is #C63520. Grayscale: #A0A0A0. Windows color (decimal): -12989729 or 14666297. OLE color: 14666297.

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

Color convert

RGB57202223-
CMYK0.740.0900.13
HSL187.59º72.17%54.9%-
HSV(B)187.59º74.44%87.45%-
XYZ36.1348.4477.26-
YUV161.04162.9653.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.83%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 223 (87.5% from 255) = 46.27%
R=11.83%
G=41.91%
B=46.27%

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
Decimal572022230.740.0900.13187.5972.1754.9
Hex39CADF4A90Dbc4837
Octal713123371121101527411067
Binary11100111001010110111111001010100101101101111001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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