Shades of Turquoise Blue #45D7FF
Tints of Turquoise Blue #45D7FF
RGB
CMYK
RGB Variations
Color information
#45D7FF (or 0x45D7FF) is known color: Turquoise Blue. HEX triplet: 45, D7 and FF. RGB value is (69,215,255). Sum of RGB (Red+Green+Blue) = 69+215+255=539 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.80% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #45D7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45D7FF is #BA2800. Grayscale: #AFAFAF. Windows color (decimal): -12199937 or 16766789. OLE color: 16766789.
HSL color Cylindrical-coordinate representation of color #45D7FF: hue angle of 192.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45D7FF is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 215 | 255 | - |
| CMYK | 0.73 | 0.16 | 0 | 0 |
| HSL | 192.9º | 1% | 0.64% | - |
| HSV(B) | 192.9º | 0.73% | 1% | - |
| XYZ | 44.8 | 57.09 | 103.27 | - |
| YUV | 175.91 | 172.63 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 255 | 0.73 | 0.16 | 0 | 0 | 192.9 | 1 | 0.64 |
| Hex | 45 | D7 | FF | 49 | 10 | 0 | 0 | C1 | 64 | 40 |
| Octal | 105 | 327 | 377 | 111 | 20 | 0 | 0 | 301 | 144 | 100 |
| Binary | 1000101 | 11010111 | 11111111 | 1001001 | 10000 | 0 | 0 | 11000001 | 1100100 | 1000000 |
Color Harmonies of #45D7FF
Complementary color
Monochromatic Colors of #45D7FF
Black with #45D7FF
Text Example
Text Example
White with #45D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D7FF; }
p { color: rgb(69,215,255); }
H1.HeaderClassName
{
color: #45D7FF;
}
.AnyTagClassName
{
color: #45D7FF;
}
</style>
background-color css
<style>
a { background-color: #45D7FF; }
a { background-color: rgb(69,215,255); }
div.DivClassName
{
background-color: #45D7FF;
}
.BgClassName
{
background-color: #45D7FF;
}
</style>
border-color css
<style>
span { border-color: #45D7FF; }
span { border-color: rgb(69,215,255); }
td.TdClassName
{
border-color: #45D7FF;
}
.TagClassName
{
border-color: #45D7FF;
}
</style>