Shades of Turquoise Blue #45D2FD
Tints of Turquoise Blue #45D2FD
RGB
CMYK
RGB Variations
Color information
#45D2FD (or 0x45D2FD) is known color: Turquoise Blue. HEX triplet: 45, D2 and FD. RGB value is (69,210,253). Sum of RGB (Red+Green+Blue) = 69+210+253=532 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.97% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #45D2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45D2FD is #BA2D02. Grayscale: #ACACAC. Windows color (decimal): -12201219 or 16634437. OLE color: 16634437.
HSL color Cylindrical-coordinate representation of color #45D2FD: hue angle of 194.02º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45D2FD is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 210 | 253 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.01 |
| HSL | 194.02º | 0.98% | 0.63% | - |
| HSV(B) | 194.02º | 0.73% | 0.99% | - |
| XYZ | 43.23 | 54.45 | 101.16 | - |
| YUV | 172.74 | 173.29 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 253 | 0.73 | 0.17 | 0 | 0.01 | 194.02 | 0.98 | 0.63 |
| Hex | 45 | D2 | FD | 49 | 11 | 0 | 1 | C2 | 62 | 3F |
| Octal | 105 | 322 | 375 | 111 | 21 | 0 | 1 | 302 | 142 | 77 |
| Binary | 1000101 | 11010010 | 11111101 | 1001001 | 10001 | 0 | 1 | 11000010 | 1100010 | 111111 |
Color Harmonies of #45D2FD
Complementary color
Monochromatic Colors of #45D2FD
Black with #45D2FD
Text Example
Text Example
White with #45D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D2FD; }
p { color: rgb(69,210,253); }
H1.HeaderClassName
{
color: #45D2FD;
}
.AnyTagClassName
{
color: #45D2FD;
}
</style>
background-color css
<style>
a { background-color: #45D2FD; }
a { background-color: rgb(69,210,253); }
div.DivClassName
{
background-color: #45D2FD;
}
.BgClassName
{
background-color: #45D2FD;
}
</style>
border-color css
<style>
span { border-color: #45D2FD; }
span { border-color: rgb(69,210,253); }
td.TdClassName
{
border-color: #45D2FD;
}
.TagClassName
{
border-color: #45D2FD;
}
</style>