#45DAF6

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

Shades of Turquoise Blue #45DAF6

Tints of Turquoise Blue #45DAF6

Color information

#45DAF6 (or 0x45DAF6) is unknown color: approx Turquoise Blue. HEX triplet: 45, DA and F6. RGB value is (69,218,246). Sum of RGB (Red+Green+Blue) = 69+218+246=533 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.95% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #45DAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DAF6 is #BA2509. Grayscale: #B0B0B0. Windows color (decimal): -12199178 or 16177733. OLE color: 16177733.

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

Color convert

RGB69218246-
CMYK0.720.1100.04
HSL189.49º90.77%61.76%-
HSV(B)189.49º71.95%96.47%-
XYZ44.1658.0696.07-
YUV176.64167.1451.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.95%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 246 (96.48% from 255) = 46.15%
R=12.95%
G=40.90%
B=46.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal692182460.720.1100.04189.4990.7761.76
Hex45DAF648B04bd5b3e
Octal105332366110130427513376
Binary10001011101101011110110100100010110100101111011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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