#39CEBE

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

Shades of Medium Turquoise #39CEBE

Tints of Medium Turquoise #39CEBE

Color information

#39CEBE (or 0x39CEBE) is unknown color: approx Medium Turquoise. HEX triplet: 39, CE and BE. RGB value is (57,206,190). Sum of RGB (Red+Green+Blue) = 57+206+190=453 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.58% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEBE is #C63141. Grayscale: #9F9F9F. Windows color (decimal): -12988738 or 12504633. OLE color: 12504633.

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

Color convert

RGB57206190-
CMYK0.7200.080.19
HSL173.56º60.32%51.57%-
HSV(B)173.56º72.33%80.78%-
XYZ33.0548.7356.38-
YUV159.62145.1454.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.58%
GREEN value IS 206 (80.86% from 255) = 45.47%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=12.58%
G=45.47%
B=41.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572061900.7200.080.19173.5660.3251.57
Hex39CEBE480813ae3c34
Octal71316276110010232567464
Binary11100111001110101111101001000010001001110101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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