#39CEBA

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

Shades of Medium Turquoise #39CEBA

Tints of Medium Turquoise #39CEBA

Color information

#39CEBA (or 0x39CEBA) is unknown color: approx Medium Turquoise. HEX triplet: 39, CE and BA. RGB value is (57,206,186). Sum of RGB (Red+Green+Blue) = 57+206+186=449 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.69% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEBA is #C63145. Grayscale: #9F9F9F. Windows color (decimal): -12988742 or 12242489. OLE color: 12242489.

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

Color convert

RGB57206186-
CMYK0.7200.100.19
HSL171.95º60.32%51.57%-
HSV(B)171.95º72.33%80.78%-
XYZ32.6248.5654.11-
YUV159.17143.1455.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.69%
GREEN value IS 206 (80.86% from 255) = 45.88%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=12.69%
G=45.88%
B=41.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal572061860.7200.100.19171.9560.3251.57
Hex39CEBA480A13ac3c34
Octal71316272110012232547464
Binary11100111001110101110101001000010101001110101100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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