Shades of Turquoise Blue #54CCED
Tints of Turquoise Blue #54CCED
RGB
CMYK
RGB Variations
Color information
#54CCED (or 0x54CCED) is known color: Turquoise Blue. HEX triplet: 54, CC and ED. RGB value is (84,204,237). Sum of RGB (Red+Green+Blue) = 84+204+237=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #54CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCED is #AB3312. Grayscale: #ABABAB. Windows color (decimal): -11219731 or 15584340. OLE color: 15584340.
HSL color Cylindrical-coordinate representation of color #54CCED: hue angle of 192.94º 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 #54CCED is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 204 | 237 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.07 |
| HSL | 192.94º | 0.81% | 0.63% | - |
| HSV(B) | 192.94º | 0.65% | 0.93% | - |
| XYZ | 40.54 | 51.18 | 87.86 | - |
| YUV | 171.88 | 164.74 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 237 | 0.65 | 0.14 | 0 | 0.07 | 192.94 | 0.81 | 0.63 |
| Hex | 54 | CC | ED | 41 | E | 0 | 7 | C1 | 51 | 3F |
| Octal | 124 | 314 | 355 | 101 | 16 | 0 | 7 | 301 | 121 | 77 |
| Binary | 1010100 | 11001100 | 11101101 | 1000001 | 1110 | 0 | 111 | 11000001 | 1010001 | 111111 |
Color Harmonies of #54CCED
Complementary color
Monochromatic Colors of #54CCED
Black with #54CCED
Text Example
Text Example
White with #54CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCED; }
p { color: rgb(84,204,237); }
H1.HeaderClassName
{
color: #54CCED;
}
.AnyTagClassName
{
color: #54CCED;
}
</style>
background-color css
<style>
a { background-color: #54CCED; }
a { background-color: rgb(84,204,237); }
div.DivClassName
{
background-color: #54CCED;
}
.BgClassName
{
background-color: #54CCED;
}
</style>
border-color css
<style>
span { border-color: #54CCED; }
span { border-color: rgb(84,204,237); }
td.TdClassName
{
border-color: #54CCED;
}
.TagClassName
{
border-color: #54CCED;
}
</style>