#39CDCA

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

Shades of Medium Turquoise #39CDCA

Tints of Medium Turquoise #39CDCA

Color information

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

HSL color Cylindrical-coordinate representation of color #39CDCA: hue angle of 178.78º 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 #39CDCA is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB57205202-
CMYK0.7200.010.20
HSL178.78º59.68%51.37%-
HSV(B)178.78º72.2%80.39%-
XYZ34.1848.863.49-
YUV160.41151.4754.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572052020.7200.010.20178.7859.6851.37
Hex39CDCA480114b33c33
Octal7131531211001242637463
Binary11100111001101110010101001000011010010110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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