#45E3F9

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

Shades of Turquoise Blue #45E3F9

Tints of Turquoise Blue #45E3F9

Color information

#45E3F9 (or 0x45E3F9) is unknown color: approx Turquoise Blue. HEX triplet: 45, E3 and F9. RGB value is (69,227,249). Sum of RGB (Red+Green+Blue) = 69+227+249=545 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.66% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #45E3F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45E3F9 is #BA1C06. Grayscale: #B6B6B6. Windows color (decimal): -12196871 or 16376645. OLE color: 16376645.

HSL color Cylindrical-coordinate representation of color #45E3F9: hue angle of 187.33º 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 #45E3F9 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69227249-
CMYK0.720.0900.02
HSL187.33º93.75%62.35%-
HSV(B)187.33º72.29%97.65%-
XYZ47.0263.0499.31-
YUV182.27165.6547.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.66%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=12.66%
G=41.65%
B=45.69%

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
Decimal692272490.720.0900.02187.3393.7562.35
Hex45E3F948902bb5e3e
Octal105343371110110227313676
Binary1000101111000111111100110010001001010101110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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