Shades of Turquoise Blue #54DFFF
Tints of Turquoise Blue #54DFFF
RGB
CMYK
RGB Variations
Color information
#54DFFF (or 0x54DFFF) is known color: Turquoise Blue. HEX triplet: 54, DF and FF. RGB value is (84,223,255). Sum of RGB (Red+Green+Blue) = 84+223+255=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #54DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DFFF is #AB2000. Grayscale: #B8B8B8. Windows color (decimal): -11214849 or 16768852. OLE color: 16768852.
HSL color Cylindrical-coordinate representation of color #54DFFF: hue angle of 191.23º 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 #54DFFF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 223 | 255 | - |
| CMYK | 0.67 | 0.13 | 0 | 0 |
| HSL | 191.23º | 1% | 0.66% | - |
| HSV(B) | 191.23º | 0.67% | 1% | - |
| XYZ | 48.09 | 61.88 | 104.02 | - |
| YUV | 185.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 255 | 0.67 | 0.13 | 0 | 0 | 191.23 | 1 | 0.66 |
| Hex | 54 | DF | FF | 43 | D | 0 | 0 | BF | 64 | 42 |
| Octal | 124 | 337 | 377 | 103 | 15 | 0 | 0 | 277 | 144 | 102 |
| Binary | 1010100 | 11011111 | 11111111 | 1000011 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000010 |
Color Harmonies of #54DFFF
Complementary color
Monochromatic Colors of #54DFFF
Black with #54DFFF
Text Example
Text Example
White with #54DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFFF; }
p { color: rgb(84,223,255); }
H1.HeaderClassName
{
color: #54DFFF;
}
.AnyTagClassName
{
color: #54DFFF;
}
</style>
background-color css
<style>
a { background-color: #54DFFF; }
a { background-color: rgb(84,223,255); }
div.DivClassName
{
background-color: #54DFFF;
}
.BgClassName
{
background-color: #54DFFF;
}
</style>
border-color css
<style>
span { border-color: #54DFFF; }
span { border-color: rgb(84,223,255); }
td.TdClassName
{
border-color: #54DFFF;
}
.TagClassName
{
border-color: #54DFFF;
}
</style>