Shades of Turquoise Blue #54CEF8
Tints of Turquoise Blue #54CEF8
RGB
CMYK
RGB Variations
Color information
#54CEF8 (or 0x54CEF8) is known color: Turquoise Blue. HEX triplet: 54, CE and F8. RGB value is (84,206,248). Sum of RGB (Red+Green+Blue) = 84+206+248=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #54CEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF8 is #AB3107. Grayscale: #AEAEAE. Windows color (decimal): -11219208 or 16305748. OLE color: 16305748.
HSL color Cylindrical-coordinate representation of color #54CEF8: hue angle of 195.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CEF8 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 206 | 248 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.03 |
| HSL | 195.37º | 0.92% | 0.65% | - |
| HSV(B) | 195.37º | 0.66% | 0.97% | - |
| XYZ | 42.67 | 52.8 | 96.75 | - |
| YUV | 174.31 | 169.58 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 248 | 0.66 | 0.17 | 0 | 0.03 | 195.37 | 0.92 | 0.65 |
| Hex | 54 | CE | F8 | 42 | 11 | 0 | 3 | C3 | 5C | 41 |
| Octal | 124 | 316 | 370 | 102 | 21 | 0 | 3 | 303 | 134 | 101 |
| Binary | 1010100 | 11001110 | 11111000 | 1000010 | 10001 | 0 | 11 | 11000011 | 1011100 | 1000001 |
Color Harmonies of #54CEF8
Complementary color
Monochromatic Colors of #54CEF8
Black with #54CEF8
Text Example
Text Example
White with #54CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEF8; }
p { color: rgb(84,206,248); }
H1.HeaderClassName
{
color: #54CEF8;
}
.AnyTagClassName
{
color: #54CEF8;
}
</style>
background-color css
<style>
a { background-color: #54CEF8; }
a { background-color: rgb(84,206,248); }
div.DivClassName
{
background-color: #54CEF8;
}
.BgClassName
{
background-color: #54CEF8;
}
</style>
border-color css
<style>
span { border-color: #54CEF8; }
span { border-color: rgb(84,206,248); }
td.TdClassName
{
border-color: #54CEF8;
}
.TagClassName
{
border-color: #54CEF8;
}
</style>