Shades of Turquoise Blue #54DEE8
Tints of Turquoise Blue #54DEE8
RGB
CMYK
RGB Variations
Color information
#54DEE8 (or 0x54DEE8) is known color: Turquoise Blue. HEX triplet: 54, DE and E8. RGB value is (84,222,232). Sum of RGB (Red+Green+Blue) = 84+222+232=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #54DEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DEE8 is #AB2117. Grayscale: #B5B5B5. Windows color (decimal): -11215128 or 15261268. OLE color: 15261268.
HSL color Cylindrical-coordinate representation of color #54DEE8: hue angle of 184.05º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DEE8 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 222 | 232 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.09 |
| HSL | 184.05º | 0.76% | 0.62% | - |
| HSV(B) | 184.05º | 0.64% | 0.91% | - |
| XYZ | 44.34 | 59.95 | 85.58 | - |
| YUV | 181.88 | 156.28 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 232 | 0.64 | 0.04 | 0 | 0.09 | 184.05 | 0.76 | 0.62 |
| Hex | 54 | DE | E8 | 40 | 4 | 0 | 9 | B8 | 4C | 3E |
| Octal | 124 | 336 | 350 | 100 | 4 | 0 | 11 | 270 | 114 | 76 |
| Binary | 1010100 | 11011110 | 11101000 | 1000000 | 100 | 0 | 1001 | 10111000 | 1001100 | 111110 |
Color Harmonies of #54DEE8
Complementary color
Monochromatic Colors of #54DEE8
Black with #54DEE8
Text Example
Text Example
White with #54DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DEE8; }
p { color: rgb(84,222,232); }
H1.HeaderClassName
{
color: #54DEE8;
}
.AnyTagClassName
{
color: #54DEE8;
}
</style>
background-color css
<style>
a { background-color: #54DEE8; }
a { background-color: rgb(84,222,232); }
div.DivClassName
{
background-color: #54DEE8;
}
.BgClassName
{
background-color: #54DEE8;
}
</style>
border-color css
<style>
span { border-color: #54DEE8; }
span { border-color: rgb(84,222,232); }
td.TdClassName
{
border-color: #54DEE8;
}
.TagClassName
{
border-color: #54DEE8;
}
</style>