Shades of Turquoise Blue #54DCED
Tints of Turquoise Blue #54DCED
RGB
CMYK
RGB Variations
Color information
#54DCED (or 0x54DCED) is known color: Turquoise Blue. HEX triplet: 54, DC and ED. RGB value is (84,220,237). Sum of RGB (Red+Green+Blue) = 84+220+237=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #54DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCED is #AB2312. Grayscale: #B5B5B5. Windows color (decimal): -11215635 or 15588436. OLE color: 15588436.
HSL color Cylindrical-coordinate representation of color #54DCED: hue angle of 186.67º 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 #54DCED is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 220 | 237 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.07 |
| HSL | 186.67º | 0.81% | 0.63% | - |
| HSV(B) | 186.67º | 0.65% | 0.93% | - |
| XYZ | 44.54 | 59.19 | 89.2 | - |
| YUV | 181.27 | 159.44 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 237 | 0.65 | 0.07 | 0 | 0.07 | 186.67 | 0.81 | 0.63 |
| Hex | 54 | DC | ED | 41 | 7 | 0 | 7 | BB | 51 | 3F |
| Octal | 124 | 334 | 355 | 101 | 7 | 0 | 7 | 273 | 121 | 77 |
| Binary | 1010100 | 11011100 | 11101101 | 1000001 | 111 | 0 | 111 | 10111011 | 1010001 | 111111 |
Color Harmonies of #54DCED
Complementary color
Monochromatic Colors of #54DCED
Black with #54DCED
Text Example
Text Example
White with #54DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCED; }
p { color: rgb(84,220,237); }
H1.HeaderClassName
{
color: #54DCED;
}
.AnyTagClassName
{
color: #54DCED;
}
</style>
background-color css
<style>
a { background-color: #54DCED; }
a { background-color: rgb(84,220,237); }
div.DivClassName
{
background-color: #54DCED;
}
.BgClassName
{
background-color: #54DCED;
}
</style>
border-color css
<style>
span { border-color: #54DCED; }
span { border-color: rgb(84,220,237); }
td.TdClassName
{
border-color: #54DCED;
}
.TagClassName
{
border-color: #54DCED;
}
</style>