Shades of Turquoise Blue #54D8FF
Tints of Turquoise Blue #54D8FF
RGB
CMYK
RGB Variations
Color information
#54D8FF (or 0x54D8FF) is known color: Turquoise Blue. HEX triplet: 54, D8 and FF. RGB value is (84,216,255). Sum of RGB (Red+Green+Blue) = 84+216+255=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #54D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D8FF is #AB2700. Grayscale: #B4B4B4. Windows color (decimal): -11216641 or 16767060. OLE color: 16767060.
HSL color Cylindrical-coordinate representation of color #54D8FF: hue angle of 193.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54D8FF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 216 | 255 | - |
| CMYK | 0.67 | 0.15 | 0 | 0 |
| HSL | 193.68º | 1% | 0.66% | - |
| HSV(B) | 193.68º | 0.67% | 1% | - |
| XYZ | 46.26 | 58.22 | 103.41 | - |
| YUV | 180.98 | 169.77 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 255 | 0.67 | 0.15 | 0 | 0 | 193.68 | 1 | 0.66 |
| Hex | 54 | D8 | FF | 43 | F | 0 | 0 | C2 | 64 | 42 |
| Octal | 124 | 330 | 377 | 103 | 17 | 0 | 0 | 302 | 144 | 102 |
| Binary | 1010100 | 11011000 | 11111111 | 1000011 | 1111 | 0 | 0 | 11000010 | 1100100 | 1000010 |
Color Harmonies of #54D8FF
Complementary color
Monochromatic Colors of #54D8FF
Black with #54D8FF
Text Example
Text Example
White with #54D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8FF; }
p { color: rgb(84,216,255); }
H1.HeaderClassName
{
color: #54D8FF;
}
.AnyTagClassName
{
color: #54D8FF;
}
</style>
background-color css
<style>
a { background-color: #54D8FF; }
a { background-color: rgb(84,216,255); }
div.DivClassName
{
background-color: #54D8FF;
}
.BgClassName
{
background-color: #54D8FF;
}
</style>
border-color css
<style>
span { border-color: #54D8FF; }
span { border-color: rgb(84,216,255); }
td.TdClassName
{
border-color: #54D8FF;
}
.TagClassName
{
border-color: #54D8FF;
}
</style>