Shades of Turquoise Blue #54D1EE
Tints of Turquoise Blue #54D1EE
RGB
CMYK
RGB Variations
Color information
#54D1EE (or 0x54D1EE) is known color: Turquoise Blue. HEX triplet: 54, D1 and EE. RGB value is (84,209,238). Sum of RGB (Red+Green+Blue) = 84+209+238=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #54D1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D1EE is #AB2E11. Grayscale: #AEAEAE. Windows color (decimal): -11218450 or 15651156. OLE color: 15651156.
HSL color Cylindrical-coordinate representation of color #54D1EE: hue angle of 191.3º degrees, saturation: 0.82, 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 #54D1EE is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 209 | 238 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.07 |
| HSL | 191.3º | 0.82% | 0.63% | - |
| HSV(B) | 191.3º | 0.65% | 0.93% | - |
| XYZ | 41.89 | 53.66 | 89.04 | - |
| YUV | 174.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 238 | 0.65 | 0.12 | 0 | 0.07 | 191.3 | 0.82 | 0.63 |
| Hex | 54 | D1 | EE | 41 | C | 0 | 7 | BF | 52 | 3F |
| Octal | 124 | 321 | 356 | 101 | 14 | 0 | 7 | 277 | 122 | 77 |
| Binary | 1010100 | 11010001 | 11101110 | 1000001 | 1100 | 0 | 111 | 10111111 | 1010010 | 111111 |
Color Harmonies of #54D1EE
Complementary color
Monochromatic Colors of #54D1EE
Black with #54D1EE
Text Example
Text Example
White with #54D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D1EE; }
p { color: rgb(84,209,238); }
H1.HeaderClassName
{
color: #54D1EE;
}
.AnyTagClassName
{
color: #54D1EE;
}
</style>
background-color css
<style>
a { background-color: #54D1EE; }
a { background-color: rgb(84,209,238); }
div.DivClassName
{
background-color: #54D1EE;
}
.BgClassName
{
background-color: #54D1EE;
}
</style>
border-color css
<style>
span { border-color: #54D1EE; }
span { border-color: rgb(84,209,238); }
td.TdClassName
{
border-color: #54D1EE;
}
.TagClassName
{
border-color: #54D1EE;
}
</style>