#39EBC1

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

Shades of Turquoise #39EBC1

Tints of Turquoise #39EBC1

Color information

#39EBC1 (or 0x39EBC1) is unknown color: approx Turquoise. HEX triplet: 39, EB and C1. RGB value is (57,235,193). Sum of RGB (Red+Green+Blue) = 57+235+193=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBC1 is #C6143E. Grayscale: #B0B0B0. Windows color (decimal): -12981311 or 12708665. OLE color: 12708665.

HSL color Cylindrical-coordinate representation of color #39EBC1: hue angle of 165.84º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EBC1 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB57235193-
CMYK0.7600.180.08
HSL165.84º81.65%57.25%-
HSV(B)165.84º75.74%92.16%-
XYZ41.0264.1460.67-
YUV176.99137.0342.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.75%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=11.75%
G=48.45%
B=39.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal572351930.7600.180.08165.8481.6557.25
Hex39EBC14C0128a65239
Octal713533011140221024612271
Binary111001111010111100000110011000100101000101001101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,235,193); }

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

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

 a { background-color: rgb(57,235,193); }

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

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

 span { border-color: rgb(57,235,193); }

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