#39CACD

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

Shades of Medium Turquoise #39CACD

Tints of Medium Turquoise #39CACD

Color information

#39CACD (or 0x39CACD) is unknown color: approx Medium Turquoise. HEX triplet: 39, CA and CD. RGB value is (57,202,205). Sum of RGB (Red+Green+Blue) = 57+202+205=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #39CACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CACD is #C63532. Grayscale: #9E9E9E. Windows color (decimal): -12989747 or 13486649. OLE color: 13486649.

HSL color Cylindrical-coordinate representation of color #39CACD: hue angle of 181.22º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CACD is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57202205-
CMYK0.720.0100.20
HSL181.22º59.68%51.37%-
HSV(B)181.22º72.2%80.39%-
XYZ33.8347.5265.15-
YUV158.99153.9655.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.28%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=12.28%
G=43.53%
B=44.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572022050.720.0100.20181.2259.6851.37
Hex39CACD481014b53c33
Octal7131231511010242657463
Binary11100111001010110011011001000101010010110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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