Shades of Turquoise Blue #54DBFB
Tints of Turquoise Blue #54DBFB
RGB
CMYK
RGB Variations
Color information
#54DBFB (or 0x54DBFB) is known color: Turquoise Blue. HEX triplet: 54, DB and FB. RGB value is (84,219,251). Sum of RGB (Red+Green+Blue) = 84+219+251=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #54DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBFB is #AB2404. Grayscale: #B6B6B6. Windows color (decimal): -11215877 or 16505684. OLE color: 16505684.
HSL color Cylindrical-coordinate representation of color #54DBFB: hue angle of 191.5º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54DBFB is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 219 | 251 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.02 |
| HSL | 191.5º | 0.95% | 0.66% | - |
| HSV(B) | 191.5º | 0.67% | 0.98% | - |
| XYZ | 46.4 | 59.51 | 100.31 | - |
| YUV | 182.28 | 166.77 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 251 | 0.67 | 0.13 | 0 | 0.02 | 191.5 | 0.95 | 0.66 |
| Hex | 54 | DB | FB | 43 | D | 0 | 2 | BF | 5F | 42 |
| Octal | 124 | 333 | 373 | 103 | 15 | 0 | 2 | 277 | 137 | 102 |
| Binary | 1010100 | 11011011 | 11111011 | 1000011 | 1101 | 0 | 10 | 10111111 | 1011111 | 1000010 |
Color Harmonies of #54DBFB
Complementary color
Monochromatic Colors of #54DBFB
Black with #54DBFB
Text Example
Text Example
White with #54DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBFB; }
p { color: rgb(84,219,251); }
H1.HeaderClassName
{
color: #54DBFB;
}
.AnyTagClassName
{
color: #54DBFB;
}
</style>
background-color css
<style>
a { background-color: #54DBFB; }
a { background-color: rgb(84,219,251); }
div.DivClassName
{
background-color: #54DBFB;
}
.BgClassName
{
background-color: #54DBFB;
}
</style>
border-color css
<style>
span { border-color: #54DBFB; }
span { border-color: rgb(84,219,251); }
td.TdClassName
{
border-color: #54DBFB;
}
.TagClassName
{
border-color: #54DBFB;
}
</style>