Shades of Turquoise Blue #54DAE6
Tints of Turquoise Blue #54DAE6
RGB
CMYK
RGB Variations
Color information
#54DAE6 (or 0x54DAE6) is known color: Turquoise Blue. HEX triplet: 54, DA and E6. RGB value is (84,218,230). Sum of RGB (Red+Green+Blue) = 84+218+230=532 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.79% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #54DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DAE6 is #AB2519. Grayscale: #B3B3B3. Windows color (decimal): -11216154 or 15129172. OLE color: 15129172.
HSL color Cylindrical-coordinate representation of color #54DAE6: hue angle of 184.93º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54DAE6 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 218 | 230 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.10 |
| HSL | 184.93º | 0.74% | 0.62% | - |
| HSV(B) | 184.93º | 0.63% | 0.9% | - |
| XYZ | 43.01 | 57.74 | 83.74 | - |
| YUV | 179.3 | 156.61 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 230 | 0.63 | 0.05 | 0 | 0.10 | 184.93 | 0.74 | 0.62 |
| Hex | 54 | DA | E6 | 3F | 5 | 0 | A | B9 | 4A | 3E |
| Octal | 124 | 332 | 346 | 77 | 5 | 0 | 12 | 271 | 112 | 76 |
| Binary | 1010100 | 11011010 | 11100110 | 111111 | 101 | 0 | 1010 | 10111001 | 1001010 | 111110 |
Color Harmonies of #54DAE6
Complementary color
Monochromatic Colors of #54DAE6
Black with #54DAE6
Text Example
Text Example
White with #54DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DAE6; }
p { color: rgb(84,218,230); }
H1.HeaderClassName
{
color: #54DAE6;
}
.AnyTagClassName
{
color: #54DAE6;
}
</style>
background-color css
<style>
a { background-color: #54DAE6; }
a { background-color: rgb(84,218,230); }
div.DivClassName
{
background-color: #54DAE6;
}
.BgClassName
{
background-color: #54DAE6;
}
</style>
border-color css
<style>
span { border-color: #54DAE6; }
span { border-color: rgb(84,218,230); }
td.TdClassName
{
border-color: #54DAE6;
}
.TagClassName
{
border-color: #54DAE6;
}
</style>