Shades of Turquoise Blue #45D6FF
Tints of Turquoise Blue #45D6FF
RGB
CMYK
RGB Variations
Color information
#45D6FF (or 0x45D6FF) is known color: Turquoise Blue. HEX triplet: 45, D6 and FF. RGB value is (69,214,255). Sum of RGB (Red+Green+Blue) = 69+214+255=538 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.83% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #45D6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45D6FF is #BA2900. Grayscale: #AFAFAF. Windows color (decimal): -12200193 or 16766533. OLE color: 16766533.
HSL color Cylindrical-coordinate representation of color #45D6FF: hue angle of 193.23º 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 #45D6FF is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 214 | 255 | - |
| CMYK | 0.73 | 0.16 | 0 | 0 |
| HSL | 193.23º | 1% | 0.64% | - |
| HSV(B) | 193.23º | 0.73% | 1% | - |
| XYZ | 44.55 | 56.58 | 103.18 | - |
| YUV | 175.32 | 172.96 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 255 | 0.73 | 0.16 | 0 | 0 | 193.23 | 1 | 0.64 |
| Hex | 45 | D6 | FF | 49 | 10 | 0 | 0 | C1 | 64 | 40 |
| Octal | 105 | 326 | 377 | 111 | 20 | 0 | 0 | 301 | 144 | 100 |
| Binary | 1000101 | 11010110 | 11111111 | 1001001 | 10000 | 0 | 0 | 11000001 | 1100100 | 1000000 |
Color Harmonies of #45D6FF
Complementary color
Monochromatic Colors of #45D6FF
Black with #45D6FF
Text Example
Text Example
White with #45D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D6FF; }
p { color: rgb(69,214,255); }
H1.HeaderClassName
{
color: #45D6FF;
}
.AnyTagClassName
{
color: #45D6FF;
}
</style>
background-color css
<style>
a { background-color: #45D6FF; }
a { background-color: rgb(69,214,255); }
div.DivClassName
{
background-color: #45D6FF;
}
.BgClassName
{
background-color: #45D6FF;
}
</style>
border-color css
<style>
span { border-color: #45D6FF; }
span { border-color: rgb(69,214,255); }
td.TdClassName
{
border-color: #45D6FF;
}
.TagClassName
{
border-color: #45D6FF;
}
</style>