Shades of Turquoise Blue #54D3E1
Tints of Turquoise Blue #54D3E1
RGB
CMYK
RGB Variations
Color information
#54D3E1 (or 0x54D3E1) is known color: Turquoise Blue. HEX triplet: 54, D3 and E1. RGB value is (84,211,225). Sum of RGB (Red+Green+Blue) = 84+211+225=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #54D3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D3E1 is #AB2C1E. Grayscale: #AEAEAE. Windows color (decimal): -11217951 or 14799700. OLE color: 14799700.
HSL color Cylindrical-coordinate representation of color #54D3E1: hue angle of 185.96º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54D3E1 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 211 | 225 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.12 |
| HSL | 185.96º | 0.7% | 0.61% | - |
| HSV(B) | 185.96º | 0.63% | 0.88% | - |
| XYZ | 40.54 | 53.91 | 79.5 | - |
| YUV | 174.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 211 | 225 | 0.63 | 0.06 | 0 | 0.12 | 185.96 | 0.7 | 0.61 |
| Hex | 54 | D3 | E1 | 3F | 6 | 0 | C | BA | 46 | 3D |
| Octal | 124 | 323 | 341 | 77 | 6 | 0 | 14 | 272 | 106 | 75 |
| Binary | 1010100 | 11010011 | 11100001 | 111111 | 110 | 0 | 1100 | 10111010 | 1000110 | 111101 |
Color Harmonies of #54D3E1
Complementary color
Monochromatic Colors of #54D3E1
Black with #54D3E1
Text Example
Text Example
White with #54D3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D3E1; }
p { color: rgb(84,211,225); }
H1.HeaderClassName
{
color: #54D3E1;
}
.AnyTagClassName
{
color: #54D3E1;
}
</style>
background-color css
<style>
a { background-color: #54D3E1; }
a { background-color: rgb(84,211,225); }
div.DivClassName
{
background-color: #54D3E1;
}
.BgClassName
{
background-color: #54D3E1;
}
</style>
border-color css
<style>
span { border-color: #54D3E1; }
span { border-color: rgb(84,211,225); }
td.TdClassName
{
border-color: #54D3E1;
}
.TagClassName
{
border-color: #54D3E1;
}
</style>