#39CDDA

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

Shades of Medium Turquoise #39CDDA

Tints of Medium Turquoise #39CDDA

Color information

#39CDDA (or 0x39CDDA) is unknown color: approx Medium Turquoise. HEX triplet: 39, CD and DA. RGB value is (57,205,218). Sum of RGB (Red+Green+Blue) = 57+205+218=480 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.88% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #39CDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDDA is #C63225. Grayscale: #A2A2A2. Windows color (decimal): -12988966 or 14339385. OLE color: 14339385.

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

Color convert

RGB57205218-
CMYK0.740.0600.15
HSL184.84º68.51%53.92%-
HSV(B)184.84º73.85%85.49%-
XYZ36.1749.5974-
YUV162.23159.4752.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.88%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=11.88%
G=42.71%
B=45.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572052180.740.0600.15184.8468.5153.92
Hex39CDDA4A60Fb94536
Octal71315332112601727110566
Binary1110011100110111011010100101011001111101110011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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