#39CDC9

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

Shades of Medium Turquoise #39CDC9

Tints of Medium Turquoise #39CDC9

Color information

#39CDC9 (or 0x39CDC9) is unknown color: approx Medium Turquoise. HEX triplet: 39, CD and C9. RGB value is (57,205,201). Sum of RGB (Red+Green+Blue) = 57+205+201=463 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.31% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #39CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDC9 is #C63236. Grayscale: #A0A0A0. Windows color (decimal): -12988983 or 13225273. OLE color: 13225273.

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

Color convert

RGB57205201-
CMYK0.7200.020.20
HSL178.38º59.68%51.37%-
HSV(B)178.38º72.2%80.39%-
XYZ34.0648.7562.87-
YUV160.29150.9754.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.31%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=12.31%
G=44.28%
B=43.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572052010.7200.020.20178.3859.6851.37
Hex39CDC9480214b23c33
Octal7131531111002242627463
Binary111001110011011100100110010000101010010110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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