#45E2F9

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

Shades of Turquoise Blue #45E2F9

Tints of Turquoise Blue #45E2F9

Color information

#45E2F9 (or 0x45E2F9) is unknown color: approx Turquoise Blue. HEX triplet: 45, E2 and F9. RGB value is (69,226,249). Sum of RGB (Red+Green+Blue) = 69+226+249=544 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.68% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #45E2F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45E2F9 is #BA1D06. Grayscale: #B5B5B5. Windows color (decimal): -12197127 or 16376389. OLE color: 16376389.

HSL color Cylindrical-coordinate representation of color #45E2F9: hue angle of 187.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45E2F9 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69226249-
CMYK0.720.0900.02
HSL187.67º93.75%62.35%-
HSV(B)187.67º72.29%97.65%-
XYZ46.7562.599.22-
YUV181.68165.9947.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.68%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=12.68%
G=41.54%
B=45.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal692262490.720.0900.02187.6793.7562.35
Hex45E2F948902bc5e3e
Octal105342371110110227413676
Binary1000101111000101111100110010001001010101111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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