#39CEBD

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

Shades of Medium Turquoise #39CEBD

Tints of Medium Turquoise #39CEBD

Color information

#39CEBD (or 0x39CEBD) is unknown color: approx Medium Turquoise. HEX triplet: 39, CE and BD. RGB value is (57,206,189). Sum of RGB (Red+Green+Blue) = 57+206+189=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEBD is #C63142. Grayscale: #9F9F9F. Windows color (decimal): -12988739 or 12439097. OLE color: 12439097.

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

Color convert

RGB57206189-
CMYK0.7200.080.19
HSL173.15º60.32%51.57%-
HSV(B)173.15º72.33%80.78%-
XYZ32.9448.6955.81-
YUV159.51144.6454.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.61%
GREEN value IS 206 (80.86% from 255) = 45.58%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=12.61%
G=45.58%
B=41.81%

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
Decimal572061890.7200.080.19173.1560.3251.57
Hex39CEBD480813ad3c34
Octal71316275110010232557464
Binary11100111001110101111011001000010001001110101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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