Shades of Turquoise Blue #45DBFB
Tints of Turquoise Blue #45DBFB
RGB
CMYK
RGB Variations
Color information
#45DBFB (or 0x45DBFB) is known color: Turquoise Blue. HEX triplet: 45, DB and FB. RGB value is (69,219,251). Sum of RGB (Red+Green+Blue) = 69+219+251=539 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.80% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #45DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DBFB is #BA2404. Grayscale: #B1B1B1. Windows color (decimal): -12198917 or 16505669. OLE color: 16505669.
HSL color Cylindrical-coordinate representation of color #45DBFB: hue angle of 190.55º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45DBFB is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 219 | 251 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.02 |
| HSL | 190.55º | 0.96% | 0.63% | - |
| HSV(B) | 190.55º | 0.73% | 0.98% | - |
| XYZ | 45.2 | 58.89 | 100.25 | - |
| YUV | 177.8 | 169.31 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 251 | 0.73 | 0.13 | 0 | 0.02 | 190.55 | 0.96 | 0.63 |
| Hex | 45 | DB | FB | 49 | D | 0 | 2 | BF | 60 | 3F |
| Octal | 105 | 333 | 373 | 111 | 15 | 0 | 2 | 277 | 140 | 77 |
| Binary | 1000101 | 11011011 | 11111011 | 1001001 | 1101 | 0 | 10 | 10111111 | 1100000 | 111111 |
Color Harmonies of #45DBFB
Complementary color
Monochromatic Colors of #45DBFB
Black with #45DBFB
Text Example
Text Example
White with #45DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBFB; }
p { color: rgb(69,219,251); }
H1.HeaderClassName
{
color: #45DBFB;
}
.AnyTagClassName
{
color: #45DBFB;
}
</style>
background-color css
<style>
a { background-color: #45DBFB; }
a { background-color: rgb(69,219,251); }
div.DivClassName
{
background-color: #45DBFB;
}
.BgClassName
{
background-color: #45DBFB;
}
</style>
border-color css
<style>
span { border-color: #45DBFB; }
span { border-color: rgb(69,219,251); }
td.TdClassName
{
border-color: #45DBFB;
}
.TagClassName
{
border-color: #45DBFB;
}
</style>