Shades of Turquoise Blue #45DDFF
Tints of Turquoise Blue #45DDFF
RGB
CMYK
RGB Variations
Color information
#45DDFF (or 0x45DDFF) is known color: Turquoise Blue. HEX triplet: 45, DD and FF. RGB value is (69,221,255). Sum of RGB (Red+Green+Blue) = 69+221+255=545 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.66% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #45DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DDFF is #BA2200. Grayscale: #B3B3B3. Windows color (decimal): -12198401 or 16768325. OLE color: 16768325.
HSL color Cylindrical-coordinate representation of color #45DDFF: hue angle of 190.97º 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 #45DDFF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 221 | 255 | - |
| CMYK | 0.73 | 0.13 | 0 | 0 |
| HSL | 190.97º | 1% | 0.64% | - |
| HSV(B) | 190.97º | 0.73% | 1% | - |
| XYZ | 46.36 | 60.2 | 103.78 | - |
| YUV | 179.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 255 | 0.73 | 0.13 | 0 | 0 | 190.97 | 1 | 0.64 |
| Hex | 45 | DD | FF | 49 | D | 0 | 0 | BF | 64 | 40 |
| Octal | 105 | 335 | 377 | 111 | 15 | 0 | 0 | 277 | 144 | 100 |
| Binary | 1000101 | 11011101 | 11111111 | 1001001 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000000 |
Color Harmonies of #45DDFF
Complementary color
Monochromatic Colors of #45DDFF
Black with #45DDFF
Text Example
Text Example
White with #45DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDFF; }
p { color: rgb(69,221,255); }
H1.HeaderClassName
{
color: #45DDFF;
}
.AnyTagClassName
{
color: #45DDFF;
}
</style>
background-color css
<style>
a { background-color: #45DDFF; }
a { background-color: rgb(69,221,255); }
div.DivClassName
{
background-color: #45DDFF;
}
.BgClassName
{
background-color: #45DDFF;
}
</style>
border-color css
<style>
span { border-color: #45DDFF; }
span { border-color: rgb(69,221,255); }
td.TdClassName
{
border-color: #45DDFF;
}
.TagClassName
{
border-color: #45DDFF;
}
</style>