#39CADA

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

Shades of Medium Turquoise #39CADA

Tints of Medium Turquoise #39CADA

Color information

#39CADA (or 0x39CADA) is unknown color: approx Medium Turquoise. HEX triplet: 39, CA and DA. RGB value is (57,202,218). Sum of RGB (Red+Green+Blue) = 57+202+218=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #39CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CADA is #C63525. Grayscale: #A0A0A0. Windows color (decimal): -12989734 or 14338617. OLE color: 14338617.

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

Color convert

RGB57202218-
CMYK0.740.0700.15
HSL185.96º68.51%53.92%-
HSV(B)185.96º73.85%85.49%-
XYZ35.4648.1773.76-
YUV160.47160.4654.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.95%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 218 (85.55% from 255) = 45.70%
R=11.95%
G=42.35%
B=45.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572022180.740.0700.15185.9668.5153.92
Hex39CADA4A70Fba4536
Octal71312332112701727210566
Binary1110011100101011011010100101011101111101110101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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