Shades of Turquoise Blue #54CFEC
Tints of Turquoise Blue #54CFEC
RGB
CMYK
RGB Variations
Color information
#54CFEC (or 0x54CFEC) is known color: Turquoise Blue. HEX triplet: 54, CF and EC. RGB value is (84,207,236). Sum of RGB (Red+Green+Blue) = 84+207+236=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #54CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CFEC is #AB3013. Grayscale: #ADADAD. Windows color (decimal): -11218964 or 15519572. OLE color: 15519572.
HSL color Cylindrical-coordinate representation of color #54CFEC: hue angle of 191.45º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CFEC is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 207 | 236 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.07 |
| HSL | 191.45º | 0.8% | 0.63% | - |
| HSV(B) | 191.45º | 0.64% | 0.93% | - |
| XYZ | 41.11 | 52.57 | 87.34 | - |
| YUV | 173.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 236 | 0.64 | 0.12 | 0 | 0.07 | 191.45 | 0.8 | 0.63 |
| Hex | 54 | CF | EC | 40 | C | 0 | 7 | BF | 50 | 3F |
| Octal | 124 | 317 | 354 | 100 | 14 | 0 | 7 | 277 | 120 | 77 |
| Binary | 1010100 | 11001111 | 11101100 | 1000000 | 1100 | 0 | 111 | 10111111 | 1010000 | 111111 |
Color Harmonies of #54CFEC
Complementary color
Monochromatic Colors of #54CFEC
Black with #54CFEC
Text Example
Text Example
White with #54CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFEC; }
p { color: rgb(84,207,236); }
H1.HeaderClassName
{
color: #54CFEC;
}
.AnyTagClassName
{
color: #54CFEC;
}
</style>
background-color css
<style>
a { background-color: #54CFEC; }
a { background-color: rgb(84,207,236); }
div.DivClassName
{
background-color: #54CFEC;
}
.BgClassName
{
background-color: #54CFEC;
}
</style>
border-color css
<style>
span { border-color: #54CFEC; }
span { border-color: rgb(84,207,236); }
td.TdClassName
{
border-color: #54CFEC;
}
.TagClassName
{
border-color: #54CFEC;
}
</style>