#39CEC8

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

Shades of Medium Turquoise #39CEC8

Tints of Medium Turquoise #39CEC8

Color information

#39CEC8 (or 0x39CEC8) is unknown color: approx Medium Turquoise. HEX triplet: 39, CE and C8. RGB value is (57,206,200). Sum of RGB (Red+Green+Blue) = 57+206+200=463 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.31% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEC8 is #C63137. Grayscale: #A0A0A0. Windows color (decimal): -12988728 or 13159993. OLE color: 13159993.

HSL color Cylindrical-coordinate representation of color #39CEC8: hue angle of 177.58º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CEC8 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB57206200-
CMYK0.7200.030.19
HSL177.58º60.32%51.57%-
HSV(B)177.58º72.33%80.78%-
XYZ34.1849.1862.34-
YUV160.77150.1453.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.31%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=12.31%
G=44.49%
B=43.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572062000.7200.030.19177.5860.3251.57
Hex39CEC8480313b23c34
Octal7131631011003232627464
Binary111001110011101100100010010000111001110110010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,206,200); }

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

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

 a { background-color: rgb(57,206,200); }

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

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

 span { border-color: rgb(57,206,200); }

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