Shades of Turquoise Blue #54CEF0
Tints of Turquoise Blue #54CEF0
RGB
CMYK
RGB Variations
Color information
#54CEF0 (or 0x54CEF0) is known color: Turquoise Blue. HEX triplet: 54, CE and F0. RGB value is (84,206,240). Sum of RGB (Red+Green+Blue) = 84+206+240=530 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.85% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #54CEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF0 is #AB310F. Grayscale: #ADADAD. Windows color (decimal): -11219216 or 15781460. OLE color: 15781460.
HSL color Cylindrical-coordinate representation of color #54CEF0: hue angle of 193.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CEF0 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 206 | 240 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.06 |
| HSL | 193.08º | 0.84% | 0.64% | - |
| HSV(B) | 193.08º | 0.65% | 0.94% | - |
| XYZ | 41.46 | 52.32 | 90.35 | - |
| YUV | 173.4 | 165.58 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 240 | 0.65 | 0.14 | 0 | 0.06 | 193.08 | 0.84 | 0.64 |
| Hex | 54 | CE | F0 | 41 | E | 0 | 6 | C1 | 54 | 40 |
| Octal | 124 | 316 | 360 | 101 | 16 | 0 | 6 | 301 | 124 | 100 |
| Binary | 1010100 | 11001110 | 11110000 | 1000001 | 1110 | 0 | 110 | 11000001 | 1010100 | 1000000 |
Color Harmonies of #54CEF0
Complementary color
Monochromatic Colors of #54CEF0
Black with #54CEF0
Text Example
Text Example
White with #54CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEF0; }
p { color: rgb(84,206,240); }
H1.HeaderClassName
{
color: #54CEF0;
}
.AnyTagClassName
{
color: #54CEF0;
}
</style>
background-color css
<style>
a { background-color: #54CEF0; }
a { background-color: rgb(84,206,240); }
div.DivClassName
{
background-color: #54CEF0;
}
.BgClassName
{
background-color: #54CEF0;
}
</style>
border-color css
<style>
span { border-color: #54CEF0; }
span { border-color: rgb(84,206,240); }
td.TdClassName
{
border-color: #54CEF0;
}
.TagClassName
{
border-color: #54CEF0;
}
</style>