Shades of Turquoise Blue #54DCEA
Tints of Turquoise Blue #54DCEA
RGB
CMYK
RGB Variations
Color information
#54DCEA (or 0x54DCEA) is known color: Turquoise Blue. HEX triplet: 54, DC and EA. RGB value is (84,220,234). Sum of RGB (Red+Green+Blue) = 84+220+234=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #54DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCEA is #AB2315. Grayscale: #B4B4B4. Windows color (decimal): -11215638 or 15391828. OLE color: 15391828.
HSL color Cylindrical-coordinate representation of color #54DCEA: hue angle of 185.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DCEA is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 220 | 234 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.08 |
| HSL | 185.6º | 0.78% | 0.62% | - |
| HSV(B) | 185.6º | 0.64% | 0.92% | - |
| XYZ | 44.1 | 59.01 | 86.91 | - |
| YUV | 180.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 234 | 0.64 | 0.06 | 0 | 0.08 | 185.6 | 0.78 | 0.62 |
| Hex | 54 | DC | EA | 40 | 6 | 0 | 8 | BA | 4E | 3E |
| Octal | 124 | 334 | 352 | 100 | 6 | 0 | 10 | 272 | 116 | 76 |
| Binary | 1010100 | 11011100 | 11101010 | 1000000 | 110 | 0 | 1000 | 10111010 | 1001110 | 111110 |
Color Harmonies of #54DCEA
Complementary color
Monochromatic Colors of #54DCEA
Black with #54DCEA
Text Example
Text Example
White with #54DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCEA; }
p { color: rgb(84,220,234); }
H1.HeaderClassName
{
color: #54DCEA;
}
.AnyTagClassName
{
color: #54DCEA;
}
</style>
background-color css
<style>
a { background-color: #54DCEA; }
a { background-color: rgb(84,220,234); }
div.DivClassName
{
background-color: #54DCEA;
}
.BgClassName
{
background-color: #54DCEA;
}
</style>
border-color css
<style>
span { border-color: #54DCEA; }
span { border-color: rgb(84,220,234); }
td.TdClassName
{
border-color: #54DCEA;
}
.TagClassName
{
border-color: #54DCEA;
}
</style>