Shades of Turquoise Blue #54D4F9
Tints of Turquoise Blue #54D4F9
RGB
CMYK
RGB Variations
Color information
#54D4F9 (or 0x54D4F9) is known color: Turquoise Blue. HEX triplet: 54, D4 and F9. RGB value is (84,212,249). Sum of RGB (Red+Green+Blue) = 84+212+249=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #54D4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D4F9 is #AB2B06. Grayscale: #B1B1B1. Windows color (decimal): -11217671 or 16372820. OLE color: 16372820.
HSL color Cylindrical-coordinate representation of color #54D4F9: hue angle of 193.45º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54D4F9 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 212 | 249 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.02 |
| HSL | 193.45º | 0.93% | 0.65% | - |
| HSV(B) | 193.45º | 0.66% | 0.98% | - |
| XYZ | 44.3 | 55.81 | 98.06 | - |
| YUV | 177.95 | 168.09 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 249 | 0.66 | 0.15 | 0 | 0.02 | 193.45 | 0.93 | 0.65 |
| Hex | 54 | D4 | F9 | 42 | F | 0 | 2 | C1 | 5D | 41 |
| Octal | 124 | 324 | 371 | 102 | 17 | 0 | 2 | 301 | 135 | 101 |
| Binary | 1010100 | 11010100 | 11111001 | 1000010 | 1111 | 0 | 10 | 11000001 | 1011101 | 1000001 |
Color Harmonies of #54D4F9
Complementary color
Monochromatic Colors of #54D4F9
Black with #54D4F9
Text Example
Text Example
White with #54D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D4F9; }
p { color: rgb(84,212,249); }
H1.HeaderClassName
{
color: #54D4F9;
}
.AnyTagClassName
{
color: #54D4F9;
}
</style>
background-color css
<style>
a { background-color: #54D4F9; }
a { background-color: rgb(84,212,249); }
div.DivClassName
{
background-color: #54D4F9;
}
.BgClassName
{
background-color: #54D4F9;
}
</style>
border-color css
<style>
span { border-color: #54D4F9; }
span { border-color: rgb(84,212,249); }
td.TdClassName
{
border-color: #54D4F9;
}
.TagClassName
{
border-color: #54D4F9;
}
</style>