Shades of Turquoise Blue #45DBFD
Tints of Turquoise Blue #45DBFD
RGB
CMYK
RGB Variations
Color information
#45DBFD (or 0x45DBFD) is known color: Turquoise Blue. HEX triplet: 45, DB and FD. RGB value is (69,219,253). Sum of RGB (Red+Green+Blue) = 69+219+253=541 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.75% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #45DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DBFD is #BA2402. Grayscale: #B1B1B1. Windows color (decimal): -12198915 or 16636741. OLE color: 16636741.
HSL color Cylindrical-coordinate representation of color #45DBFD: hue angle of 191.09º 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 #45DBFD is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 219 | 253 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.01 |
| HSL | 191.09º | 0.98% | 0.63% | - |
| HSV(B) | 191.09º | 0.73% | 0.99% | - |
| XYZ | 45.52 | 59.02 | 101.92 | - |
| YUV | 178.03 | 170.31 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 253 | 0.73 | 0.13 | 0 | 0.01 | 191.09 | 0.98 | 0.63 |
| Hex | 45 | DB | FD | 49 | D | 0 | 1 | BF | 62 | 3F |
| Octal | 105 | 333 | 375 | 111 | 15 | 0 | 1 | 277 | 142 | 77 |
| Binary | 1000101 | 11011011 | 11111101 | 1001001 | 1101 | 0 | 1 | 10111111 | 1100010 | 111111 |
Color Harmonies of #45DBFD
Complementary color
Monochromatic Colors of #45DBFD
Black with #45DBFD
Text Example
Text Example
White with #45DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBFD; }
p { color: rgb(69,219,253); }
H1.HeaderClassName
{
color: #45DBFD;
}
.AnyTagClassName
{
color: #45DBFD;
}
</style>
background-color css
<style>
a { background-color: #45DBFD; }
a { background-color: rgb(69,219,253); }
div.DivClassName
{
background-color: #45DBFD;
}
.BgClassName
{
background-color: #45DBFD;
}
</style>
border-color css
<style>
span { border-color: #45DBFD; }
span { border-color: rgb(69,219,253); }
td.TdClassName
{
border-color: #45DBFD;
}
.TagClassName
{
border-color: #45DBFD;
}
</style>