Shades of Turquoise Blue #54D9FE
Tints of Turquoise Blue #54D9FE
RGB
CMYK
RGB Variations
Color information
#54D9FE (or 0x54D9FE) is known color: Turquoise Blue. HEX triplet: 54, D9 and FE. RGB value is (84,217,254). Sum of RGB (Red+Green+Blue) = 84+217+254=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #54D9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D9FE is #AB2601. Grayscale: #B5B5B5. Windows color (decimal): -11216386 or 16701780. OLE color: 16701780.
HSL color Cylindrical-coordinate representation of color #54D9FE: hue angle of 193.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54D9FE is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 217 | 254 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.00 |
| HSL | 193.06º | 0.99% | 0.66% | - |
| HSV(B) | 193.06º | 0.67% | 1% | - |
| XYZ | 46.36 | 58.67 | 102.65 | - |
| YUV | 181.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 254 | 0.67 | 0.15 | 0 | 0.00 | 193.06 | 0.99 | 0.66 |
| Hex | 54 | D9 | FE | 43 | F | 0 | 0 | C1 | 63 | 42 |
| Octal | 124 | 331 | 376 | 103 | 17 | 0 | 0 | 301 | 143 | 102 |
| Binary | 1010100 | 11011001 | 11111110 | 1000011 | 1111 | 0 | 0 | 11000001 | 1100011 | 1000010 |
Color Harmonies of #54D9FE
Complementary color
Monochromatic Colors of #54D9FE
Black with #54D9FE
Text Example
Text Example
White with #54D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D9FE; }
p { color: rgb(84,217,254); }
H1.HeaderClassName
{
color: #54D9FE;
}
.AnyTagClassName
{
color: #54D9FE;
}
</style>
background-color css
<style>
a { background-color: #54D9FE; }
a { background-color: rgb(84,217,254); }
div.DivClassName
{
background-color: #54D9FE;
}
.BgClassName
{
background-color: #54D9FE;
}
</style>
border-color css
<style>
span { border-color: #54D9FE; }
span { border-color: rgb(84,217,254); }
td.TdClassName
{
border-color: #54D9FE;
}
.TagClassName
{
border-color: #54D9FE;
}
</style>