Shades of Turquoise Blue #54DDE7
Tints of Turquoise Blue #54DDE7
RGB
CMYK
RGB Variations
Color information
#54DDE7 (or 0x54DDE7) is known color: Turquoise Blue. HEX triplet: 54, DD and E7. RGB value is (84,221,231). Sum of RGB (Red+Green+Blue) = 84+221+231=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #54DDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DDE7 is #AB2218. Grayscale: #B4B4B4. Windows color (decimal): -11215385 or 15195476. OLE color: 15195476.
HSL color Cylindrical-coordinate representation of color #54DDE7: hue angle of 184.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DDE7 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 221 | 231 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.09 |
| HSL | 184.08º | 0.75% | 0.62% | - |
| HSV(B) | 184.08º | 0.64% | 0.91% | - |
| XYZ | 43.94 | 59.37 | 84.74 | - |
| YUV | 181.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 231 | 0.64 | 0.04 | 0 | 0.09 | 184.08 | 0.75 | 0.62 |
| Hex | 54 | DD | E7 | 40 | 4 | 0 | 9 | B8 | 4B | 3E |
| Octal | 124 | 335 | 347 | 100 | 4 | 0 | 11 | 270 | 113 | 76 |
| Binary | 1010100 | 11011101 | 11100111 | 1000000 | 100 | 0 | 1001 | 10111000 | 1001011 | 111110 |
Color Harmonies of #54DDE7
Complementary color
Monochromatic Colors of #54DDE7
Black with #54DDE7
Text Example
Text Example
White with #54DDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDE7; }
p { color: rgb(84,221,231); }
H1.HeaderClassName
{
color: #54DDE7;
}
.AnyTagClassName
{
color: #54DDE7;
}
</style>
background-color css
<style>
a { background-color: #54DDE7; }
a { background-color: rgb(84,221,231); }
div.DivClassName
{
background-color: #54DDE7;
}
.BgClassName
{
background-color: #54DDE7;
}
</style>
border-color css
<style>
span { border-color: #54DDE7; }
span { border-color: rgb(84,221,231); }
td.TdClassName
{
border-color: #54DDE7;
}
.TagClassName
{
border-color: #54DDE7;
}
</style>