Shades of Turquoise Blue #54DFF1
Tints of Turquoise Blue #54DFF1
RGB
CMYK
RGB Variations
Color information
#54DFF1 (or 0x54DFF1) is known color: Turquoise Blue. HEX triplet: 54, DF and F1. RGB value is (84,223,241). Sum of RGB (Red+Green+Blue) = 84+223+241=548 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.33% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #54DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DFF1 is #AB200E. Grayscale: #B7B7B7. Windows color (decimal): -11214863 or 15851348. OLE color: 15851348.
HSL color Cylindrical-coordinate representation of color #54DFF1: hue angle of 186.88º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DFF1 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 223 | 241 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.05 |
| HSL | 186.88º | 0.85% | 0.64% | - |
| HSV(B) | 186.88º | 0.65% | 0.95% | - |
| XYZ | 45.92 | 61.01 | 92.58 | - |
| YUV | 183.49 | 160.45 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 241 | 0.65 | 0.07 | 0 | 0.05 | 186.88 | 0.85 | 0.64 |
| Hex | 54 | DF | F1 | 41 | 7 | 0 | 5 | BB | 55 | 40 |
| Octal | 124 | 337 | 361 | 101 | 7 | 0 | 5 | 273 | 125 | 100 |
| Binary | 1010100 | 11011111 | 11110001 | 1000001 | 111 | 0 | 101 | 10111011 | 1010101 | 1000000 |
Color Harmonies of #54DFF1
Complementary color
Monochromatic Colors of #54DFF1
Black with #54DFF1
Text Example
Text Example
White with #54DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFF1; }
p { color: rgb(84,223,241); }
H1.HeaderClassName
{
color: #54DFF1;
}
.AnyTagClassName
{
color: #54DFF1;
}
</style>
background-color css
<style>
a { background-color: #54DFF1; }
a { background-color: rgb(84,223,241); }
div.DivClassName
{
background-color: #54DFF1;
}
.BgClassName
{
background-color: #54DFF1;
}
</style>
border-color css
<style>
span { border-color: #54DFF1; }
span { border-color: rgb(84,223,241); }
td.TdClassName
{
border-color: #54DFF1;
}
.TagClassName
{
border-color: #54DFF1;
}
</style>