#45E2EF

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

Shades of Turquoise #45E2EF

Tints of Turquoise #45E2EF

Color information

#45E2EF (or 0x45E2EF) is unknown color: approx Turquoise. HEX triplet: 45, E2 and EF. RGB value is (69,226,239). Sum of RGB (Red+Green+Blue) = 69+226+239=534 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.92% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #45E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45E2EF is #BA1D10. Grayscale: #B4B4B4. Windows color (decimal): -12197137 or 15721029. OLE color: 15721029.

HSL color Cylindrical-coordinate representation of color #45E2EF: hue angle of 184.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45E2EF is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB69226239-
CMYK0.710.0500.06
HSL184.59º84.16%60.39%-
HSV(B)184.59º71.13%93.73%-
XYZ45.2361.8991.22-
YUV180.54160.9948.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.92%
GREEN value IS 226 (88.67% from 255) = 42.32%
BLUE value IS 239 (93.75% from 255) = 44.76%
R=12.92%
G=42.32%
B=44.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal692262390.710.0500.06184.5984.1660.39
Hex45E2EF47506b9543c
Octal10534235710750627112474
Binary1000101111000101110111110001111010110101110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,226,239); }

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

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

 a { background-color: rgb(69,226,239); }

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

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

 span { border-color: rgb(69,226,239); }

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