#45E8D9

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

Shades of Turquoise #45E8D9

Tints of Turquoise #45E8D9

Color information

#45E8D9 (or 0x45E8D9) is unknown color: approx Turquoise. HEX triplet: 45, E8 and D9. RGB value is (69,232,217). Sum of RGB (Red+Green+Blue) = 69+232+217=518 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.32% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #45E8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E8D9 is #BA1726. Grayscale: #B5B5B5. Windows color (decimal): -12195623 or 14280773. OLE color: 14280773.

HSL color Cylindrical-coordinate representation of color #45E8D9: hue angle of 174.48º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E8D9 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB69232217-
CMYK0.7000.060.09
HSL174.48º77.99%59.02%-
HSV(B)174.48º70.26%90.98%-
XYZ43.8463.9975.69-
YUV181.5514847.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.32%
GREEN value IS 232 (91.02% from 255) = 44.79%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=13.32%
G=44.79%
B=41.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal692322170.7000.060.09174.4877.9959.02
Hex45E8D946069ae4e3b
Octal105350331106061125611673
Binary10001011110100011011001100011001101001101011101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45E8D9; }

 p { color: rgb(69,232,217); }

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

<style>
 a { background-color: #45E8D9; }

 a { background-color: rgb(69,232,217); }

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

<style>
 span { border-color: #45E8D9; }

 span { border-color: rgb(69,232,217); }

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