#39EBED

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

Shades of Turquoise #39EBED

Tints of Turquoise #39EBED

Color information

#39EBED (or 0x39EBED) is unknown color: approx Turquoise. HEX triplet: 39, EB and ED. RGB value is (57,235,237). Sum of RGB (Red+Green+Blue) = 57+235+237=529 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.78% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #39EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EBED is #C61412. Grayscale: #B5B5B5. Windows color (decimal): -12981267 or 15592249. OLE color: 15592249.

HSL color Cylindrical-coordinate representation of color #39EBED: hue angle of 180.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EBED is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB57235237-
CMYK0.760.0100.07
HSL180.67º83.33%57.65%-
HSV(B)180.67º75.95%92.94%-
XYZ46.6866.490.48-
YUV182.01159.0338.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.78%
GREEN value IS 235 (92.19% from 255) = 44.42%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=10.78%
G=44.42%
B=44.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal572352370.760.0100.07180.6783.3357.65
Hex39EBED4C107b5533a
Octal7135335511410726512372
Binary1110011110101111101101100110010111101101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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