Shades of Turquoise Blue #54CEEF
Tints of Turquoise Blue #54CEEF
RGB
CMYK
RGB Variations
Color information
#54CEEF (or 0x54CEEF) is known color: Turquoise Blue. HEX triplet: 54, CE and EF. RGB value is (84,206,239). Sum of RGB (Red+Green+Blue) = 84+206+239=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #54CEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEEF is #AB3110. Grayscale: #ADADAD. Windows color (decimal): -11219217 or 15715924. OLE color: 15715924.
HSL color Cylindrical-coordinate representation of color #54CEEF: hue angle of 192.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CEEF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 206 | 239 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.06 |
| HSL | 192.77º | 0.83% | 0.63% | - |
| HSV(B) | 192.77º | 0.65% | 0.94% | - |
| XYZ | 41.31 | 52.26 | 89.57 | - |
| YUV | 173.28 | 165.08 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 239 | 0.65 | 0.14 | 0 | 0.06 | 192.77 | 0.83 | 0.63 |
| Hex | 54 | CE | EF | 41 | E | 0 | 6 | C1 | 53 | 3F |
| Octal | 124 | 316 | 357 | 101 | 16 | 0 | 6 | 301 | 123 | 77 |
| Binary | 1010100 | 11001110 | 11101111 | 1000001 | 1110 | 0 | 110 | 11000001 | 1010011 | 111111 |
Color Harmonies of #54CEEF
Complementary color
Monochromatic Colors of #54CEEF
Black with #54CEEF
Text Example
Text Example
White with #54CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEEF; }
p { color: rgb(84,206,239); }
H1.HeaderClassName
{
color: #54CEEF;
}
.AnyTagClassName
{
color: #54CEEF;
}
</style>
background-color css
<style>
a { background-color: #54CEEF; }
a { background-color: rgb(84,206,239); }
div.DivClassName
{
background-color: #54CEEF;
}
.BgClassName
{
background-color: #54CEEF;
}
</style>
border-color css
<style>
span { border-color: #54CEEF; }
span { border-color: rgb(84,206,239); }
td.TdClassName
{
border-color: #54CEEF;
}
.TagClassName
{
border-color: #54CEEF;
}
</style>