#45D5F7

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

Shades of Turquoise Blue #45D5F7

Tints of Turquoise Blue #45D5F7

Color information

#45D5F7 (or 0x45D5F7) is unknown color: approx Turquoise Blue. HEX triplet: 45, D5 and F7. RGB value is (69,213,247). Sum of RGB (Red+Green+Blue) = 69+213+247=529 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.04% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #45D5F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45D5F7 is #BA2A08. Grayscale: #ADADAD. Windows color (decimal): -12200457 or 16241989. OLE color: 16241989.

HSL color Cylindrical-coordinate representation of color #45D5F7: hue angle of 191.46º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45D5F7 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB69213247-
CMYK0.720.1400.03
HSL191.46º91.75%61.96%-
HSV(B)191.46º72.06%96.86%-
XYZ43.0455.5796.45-
YUV173.82169.2953.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.04%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=13.04%
G=40.26%
B=46.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal692132470.720.1400.03191.4691.7561.96
Hex45D5F748E03bf5c3e
Octal105325367110160327713476
Binary1000101110101011111011110010001110011101111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,247); }

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

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

 a { background-color: rgb(69,213,247); }

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

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

 span { border-color: rgb(69,213,247); }

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