Shades of Turquoise Blue #54DFF7
Tints of Turquoise Blue #54DFF7
RGB
CMYK
RGB Variations
Color information
#54DFF7 (or 0x54DFF7) is known color: Turquoise Blue. HEX triplet: 54, DF and F7. RGB value is (84,223,247). Sum of RGB (Red+Green+Blue) = 84+223+247=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #54DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DFF7 is #AB2008. Grayscale: #B7B7B7. Windows color (decimal): -11214857 or 16244564. OLE color: 16244564.
HSL color Cylindrical-coordinate representation of color #54DFF7: hue angle of 188.83º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54DFF7 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 223 | 247 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.03 |
| HSL | 188.83º | 0.91% | 0.65% | - |
| HSV(B) | 188.83º | 0.66% | 0.97% | - |
| XYZ | 46.83 | 61.38 | 97.37 | - |
| YUV | 184.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 247 | 0.66 | 0.10 | 0 | 0.03 | 188.83 | 0.91 | 0.65 |
| Hex | 54 | DF | F7 | 42 | A | 0 | 3 | BD | 5B | 41 |
| Octal | 124 | 337 | 367 | 102 | 12 | 0 | 3 | 275 | 133 | 101 |
| Binary | 1010100 | 11011111 | 11110111 | 1000010 | 1010 | 0 | 11 | 10111101 | 1011011 | 1000001 |
Color Harmonies of #54DFF7
Complementary color
Monochromatic Colors of #54DFF7
Black with #54DFF7
Text Example
Text Example
White with #54DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFF7; }
p { color: rgb(84,223,247); }
H1.HeaderClassName
{
color: #54DFF7;
}
.AnyTagClassName
{
color: #54DFF7;
}
</style>
background-color css
<style>
a { background-color: #54DFF7; }
a { background-color: rgb(84,223,247); }
div.DivClassName
{
background-color: #54DFF7;
}
.BgClassName
{
background-color: #54DFF7;
}
</style>
border-color css
<style>
span { border-color: #54DFF7; }
span { border-color: rgb(84,223,247); }
td.TdClassName
{
border-color: #54DFF7;
}
.TagClassName
{
border-color: #54DFF7;
}
</style>