#39CEBC

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

Shades of Medium Turquoise #39CEBC

Tints of Medium Turquoise #39CEBC

Color information

#39CEBC (or 0x39CEBC) is unknown color: approx Medium Turquoise. HEX triplet: 39, CE and BC. RGB value is (57,206,188). Sum of RGB (Red+Green+Blue) = 57+206+188=451 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.64% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEBC is #C63143. Grayscale: #9F9F9F. Windows color (decimal): -12988740 or 12373561. OLE color: 12373561.

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

Color convert

RGB57206188-
CMYK0.7200.090.19
HSL172.75º60.32%51.57%-
HSV(B)172.75º72.33%80.78%-
XYZ32.8448.6455.24-
YUV159.4144.1454.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.64%
GREEN value IS 206 (80.86% from 255) = 45.68%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=12.64%
G=45.68%
B=41.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572061880.7200.090.19172.7560.3251.57
Hex39CEBC480913ad3c34
Octal71316274110011232557464
Binary11100111001110101111001001000010011001110101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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