Shades of Turquoise Blue #54DBF5
Tints of Turquoise Blue #54DBF5
RGB
CMYK
RGB Variations
Color information
#54DBF5 (or 0x54DBF5) is known color: Turquoise Blue. HEX triplet: 54, DB and F5. RGB value is (84,219,245). Sum of RGB (Red+Green+Blue) = 84+219+245=548 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.33% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #54DBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBF5 is #AB240A. Grayscale: #B5B5B5. Windows color (decimal): -11215883 or 16112468. OLE color: 16112468.
HSL color Cylindrical-coordinate representation of color #54DBF5: hue angle of 189.69º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54DBF5 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 219 | 245 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.04 |
| HSL | 189.69º | 0.89% | 0.65% | - |
| HSV(B) | 189.69º | 0.66% | 0.96% | - |
| XYZ | 45.47 | 59.14 | 95.4 | - |
| YUV | 181.6 | 163.77 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 245 | 0.66 | 0.11 | 0 | 0.04 | 189.69 | 0.89 | 0.65 |
| Hex | 54 | DB | F5 | 42 | B | 0 | 4 | BE | 59 | 41 |
| Octal | 124 | 333 | 365 | 102 | 13 | 0 | 4 | 276 | 131 | 101 |
| Binary | 1010100 | 11011011 | 11110101 | 1000010 | 1011 | 0 | 100 | 10111110 | 1011001 | 1000001 |
Color Harmonies of #54DBF5
Complementary color
Monochromatic Colors of #54DBF5
Black with #54DBF5
Text Example
Text Example
White with #54DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBF5; }
p { color: rgb(84,219,245); }
H1.HeaderClassName
{
color: #54DBF5;
}
.AnyTagClassName
{
color: #54DBF5;
}
</style>
background-color css
<style>
a { background-color: #54DBF5; }
a { background-color: rgb(84,219,245); }
div.DivClassName
{
background-color: #54DBF5;
}
.BgClassName
{
background-color: #54DBF5;
}
</style>
border-color css
<style>
span { border-color: #54DBF5; }
span { border-color: rgb(84,219,245); }
td.TdClassName
{
border-color: #54DBF5;
}
.TagClassName
{
border-color: #54DBF5;
}
</style>