#45E7EF

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

Shades of Turquoise #45E7EF

Tints of Turquoise #45E7EF

Color information

#45E7EF (or 0x45E7EF) is unknown color: approx Turquoise. HEX triplet: 45, E7 and EF. RGB value is (69,231,239). Sum of RGB (Red+Green+Blue) = 69+231+239=539 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.80% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #45E7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45E7EF is #BA1810. Grayscale: #B7B7B7. Windows color (decimal): -12195857 or 15722309. OLE color: 15722309.

HSL color Cylindrical-coordinate representation of color #45E7EF: hue angle of 182.82º 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 #45E7EF is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB69231239-
CMYK0.710.0300.06
HSL182.82º84.16%60.39%-
HSV(B)182.82º71.13%93.73%-
XYZ46.6164.6591.68-
YUV183.47159.3346.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.80%
GREEN value IS 231 (90.62% from 255) = 42.86%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=12.80%
G=42.86%
B=44.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal692312390.710.0300.06182.8284.1660.39
Hex45E7EF47306b7543c
Octal10534735710730626712474
Binary100010111100111111011111000111110110101101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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