#45D9F6

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

Shades of Turquoise Blue #45D9F6

Tints of Turquoise Blue #45D9F6

Color information

#45D9F6 (or 0x45D9F6) is unknown color: approx Turquoise Blue. HEX triplet: 45, D9 and F6. RGB value is (69,217,246). Sum of RGB (Red+Green+Blue) = 69+217+246=532 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.97% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #45D9F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45D9F6 is #BA2609. Grayscale: #AFAFAF. Windows color (decimal): -12199434 or 16177477. OLE color: 16177477.

HSL color Cylindrical-coordinate representation of color #45D9F6: hue angle of 189.83º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45D9F6 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB69217246-
CMYK0.720.1200.04
HSL189.83º90.77%61.76%-
HSV(B)189.83º71.95%96.47%-
XYZ43.957.5495.98-
YUV176.05167.4751.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.97%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 246 (96.48% from 255) = 46.24%
R=12.97%
G=40.79%
B=46.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal692172460.720.1200.04189.8390.7761.76
Hex45D9F648C04be5b3e
Octal105331366110140427613376
Binary10001011101100111110110100100011000100101111101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,217,246); }

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

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

 a { background-color: rgb(69,217,246); }

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

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

 span { border-color: rgb(69,217,246); }

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