Shades of Turquoise Blue #54CFEE
Tints of Turquoise Blue #54CFEE
RGB
CMYK
RGB Variations
Color information
#54CFEE (or 0x54CFEE) is known color: Turquoise Blue. HEX triplet: 54, CF and EE. RGB value is (84,207,238). Sum of RGB (Red+Green+Blue) = 84+207+238=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #54CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CFEE is #AB3011. Grayscale: #ADADAD. Windows color (decimal): -11218962 or 15650644. OLE color: 15650644.
HSL color Cylindrical-coordinate representation of color #54CFEE: hue angle of 192.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CFEE is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 207 | 238 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.07 |
| HSL | 192.08º | 0.82% | 0.63% | - |
| HSV(B) | 192.08º | 0.65% | 0.93% | - |
| XYZ | 41.4 | 52.68 | 88.88 | - |
| YUV | 173.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 238 | 0.65 | 0.13 | 0 | 0.07 | 192.08 | 0.82 | 0.63 |
| Hex | 54 | CF | EE | 41 | D | 0 | 7 | C0 | 52 | 3F |
| Octal | 124 | 317 | 356 | 101 | 15 | 0 | 7 | 300 | 122 | 77 |
| Binary | 1010100 | 11001111 | 11101110 | 1000001 | 1101 | 0 | 111 | 11000000 | 1010010 | 111111 |
Color Harmonies of #54CFEE
Complementary color
Monochromatic Colors of #54CFEE
Black with #54CFEE
Text Example
Text Example
White with #54CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFEE; }
p { color: rgb(84,207,238); }
H1.HeaderClassName
{
color: #54CFEE;
}
.AnyTagClassName
{
color: #54CFEE;
}
</style>
background-color css
<style>
a { background-color: #54CFEE; }
a { background-color: rgb(84,207,238); }
div.DivClassName
{
background-color: #54CFEE;
}
.BgClassName
{
background-color: #54CFEE;
}
</style>
border-color css
<style>
span { border-color: #54CFEE; }
span { border-color: rgb(84,207,238); }
td.TdClassName
{
border-color: #54CFEE;
}
.TagClassName
{
border-color: #54CFEE;
}
</style>