Shades of Turquoise Blue #54D3EA
Tints of Turquoise Blue #54D3EA
RGB
CMYK
RGB Variations
Color information
#54D3EA (or 0x54D3EA) is known color: Turquoise Blue. HEX triplet: 54, D3 and EA. RGB value is (84,211,234). Sum of RGB (Red+Green+Blue) = 84+211+234=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #54D3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D3EA is #AB2C15. Grayscale: #AFAFAF. Windows color (decimal): -11217942 or 15389524. OLE color: 15389524.
HSL color Cylindrical-coordinate representation of color #54D3EA: hue angle of 189.2º 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 #54D3EA is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 211 | 234 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.08 |
| HSL | 189.2º | 0.78% | 0.62% | - |
| HSV(B) | 189.2º | 0.64% | 0.92% | - |
| XYZ | 41.8 | 54.41 | 86.14 | - |
| YUV | 175.65 | 160.92 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 211 | 234 | 0.64 | 0.10 | 0 | 0.08 | 189.2 | 0.78 | 0.62 |
| Hex | 54 | D3 | EA | 40 | A | 0 | 8 | BD | 4E | 3E |
| Octal | 124 | 323 | 352 | 100 | 12 | 0 | 10 | 275 | 116 | 76 |
| Binary | 1010100 | 11010011 | 11101010 | 1000000 | 1010 | 0 | 1000 | 10111101 | 1001110 | 111110 |
Color Harmonies of #54D3EA
Complementary color
Monochromatic Colors of #54D3EA
Black with #54D3EA
Text Example
Text Example
White with #54D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D3EA; }
p { color: rgb(84,211,234); }
H1.HeaderClassName
{
color: #54D3EA;
}
.AnyTagClassName
{
color: #54D3EA;
}
</style>
background-color css
<style>
a { background-color: #54D3EA; }
a { background-color: rgb(84,211,234); }
div.DivClassName
{
background-color: #54D3EA;
}
.BgClassName
{
background-color: #54D3EA;
}
</style>
border-color css
<style>
span { border-color: #54D3EA; }
span { border-color: rgb(84,211,234); }
td.TdClassName
{
border-color: #54D3EA;
}
.TagClassName
{
border-color: #54D3EA;
}
</style>