Shades of Turquoise Blue #45DBF5
Tints of Turquoise Blue #45DBF5
RGB
CMYK
RGB Variations
Color information
#45DBF5 (or 0x45DBF5) is known color: Turquoise Blue. HEX triplet: 45, DB and F5. RGB value is (69,219,245). Sum of RGB (Red+Green+Blue) = 69+219+245=533 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.95% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #45DBF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DBF5 is #BA240A. Grayscale: #B0B0B0. Windows color (decimal): -12198923 or 16112453. OLE color: 16112453.
HSL color Cylindrical-coordinate representation of color #45DBF5: hue angle of 188.86º degrees, saturation: 0.9, 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 #45DBF5 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 219 | 245 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.04 |
| HSL | 188.86º | 0.9% | 0.62% | - |
| HSV(B) | 188.86º | 0.72% | 0.96% | - |
| XYZ | 44.27 | 58.52 | 95.35 | - |
| YUV | 177.11 | 166.31 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 245 | 0.72 | 0.11 | 0 | 0.04 | 188.86 | 0.9 | 0.62 |
| Hex | 45 | DB | F5 | 48 | B | 0 | 4 | BD | 5A | 3E |
| Octal | 105 | 333 | 365 | 110 | 13 | 0 | 4 | 275 | 132 | 76 |
| Binary | 1000101 | 11011011 | 11110101 | 1001000 | 1011 | 0 | 100 | 10111101 | 1011010 | 111110 |
Color Harmonies of #45DBF5
Complementary color
Monochromatic Colors of #45DBF5
Black with #45DBF5
Text Example
Text Example
White with #45DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBF5; }
p { color: rgb(69,219,245); }
H1.HeaderClassName
{
color: #45DBF5;
}
.AnyTagClassName
{
color: #45DBF5;
}
</style>
background-color css
<style>
a { background-color: #45DBF5; }
a { background-color: rgb(69,219,245); }
div.DivClassName
{
background-color: #45DBF5;
}
.BgClassName
{
background-color: #45DBF5;
}
</style>
border-color css
<style>
span { border-color: #45DBF5; }
span { border-color: rgb(69,219,245); }
td.TdClassName
{
border-color: #45DBF5;
}
.TagClassName
{
border-color: #45DBF5;
}
</style>