Shades of Turquoise Blue #54CEED
Tints of Turquoise Blue #54CEED
RGB
CMYK
RGB Variations
Color information
#54CEED (or 0x54CEED) is known color: Turquoise Blue. HEX triplet: 54, CE and ED. RGB value is (84,206,237). Sum of RGB (Red+Green+Blue) = 84+206+237=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #54CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEED is #AB3112. Grayscale: #ACACAC. Windows color (decimal): -11219219 or 15584852. OLE color: 15584852.
HSL color Cylindrical-coordinate representation of color #54CEED: hue angle of 192.16º degrees, saturation: 0.81, 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 #54CEED is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 206 | 237 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.07 |
| HSL | 192.16º | 0.81% | 0.63% | - |
| HSV(B) | 192.16º | 0.65% | 0.93% | - |
| XYZ | 41.01 | 52.14 | 88.02 | - |
| YUV | 173.06 | 164.08 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 237 | 0.65 | 0.13 | 0 | 0.07 | 192.16 | 0.81 | 0.63 |
| Hex | 54 | CE | ED | 41 | D | 0 | 7 | C0 | 51 | 3F |
| Octal | 124 | 316 | 355 | 101 | 15 | 0 | 7 | 300 | 121 | 77 |
| Binary | 1010100 | 11001110 | 11101101 | 1000001 | 1101 | 0 | 111 | 11000000 | 1010001 | 111111 |
Color Harmonies of #54CEED
Complementary color
Monochromatic Colors of #54CEED
Black with #54CEED
Text Example
Text Example
White with #54CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEED; }
p { color: rgb(84,206,237); }
H1.HeaderClassName
{
color: #54CEED;
}
.AnyTagClassName
{
color: #54CEED;
}
</style>
background-color css
<style>
a { background-color: #54CEED; }
a { background-color: rgb(84,206,237); }
div.DivClassName
{
background-color: #54CEED;
}
.BgClassName
{
background-color: #54CEED;
}
</style>
border-color css
<style>
span { border-color: #54CEED; }
span { border-color: rgb(84,206,237); }
td.TdClassName
{
border-color: #54CEED;
}
.TagClassName
{
border-color: #54CEED;
}
</style>