Shades of Turquoise Blue #54DBFD
Tints of Turquoise Blue #54DBFD
RGB
CMYK
RGB Variations
Color information
#54DBFD (or 0x54DBFD) is known color: Turquoise Blue. HEX triplet: 54, DB and FD. RGB value is (84,219,253). Sum of RGB (Red+Green+Blue) = 84+219+253=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #54DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBFD is #AB2402. Grayscale: #B6B6B6. Windows color (decimal): -11215875 or 16636756. OLE color: 16636756.
HSL color Cylindrical-coordinate representation of color #54DBFD: hue angle of 192.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54DBFD is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 219 | 253 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.01 |
| HSL | 192.07º | 0.98% | 0.66% | - |
| HSV(B) | 192.07º | 0.67% | 0.99% | - |
| XYZ | 46.72 | 59.64 | 101.98 | - |
| YUV | 182.51 | 167.77 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 253 | 0.67 | 0.13 | 0 | 0.01 | 192.07 | 0.98 | 0.66 |
| Hex | 54 | DB | FD | 43 | D | 0 | 1 | C0 | 62 | 42 |
| Octal | 124 | 333 | 375 | 103 | 15 | 0 | 1 | 300 | 142 | 102 |
| Binary | 1010100 | 11011011 | 11111101 | 1000011 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000010 |
Color Harmonies of #54DBFD
Complementary color
Monochromatic Colors of #54DBFD
Black with #54DBFD
Text Example
Text Example
White with #54DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBFD; }
p { color: rgb(84,219,253); }
H1.HeaderClassName
{
color: #54DBFD;
}
.AnyTagClassName
{
color: #54DBFD;
}
</style>
background-color css
<style>
a { background-color: #54DBFD; }
a { background-color: rgb(84,219,253); }
div.DivClassName
{
background-color: #54DBFD;
}
.BgClassName
{
background-color: #54DBFD;
}
</style>
border-color css
<style>
span { border-color: #54DBFD; }
span { border-color: rgb(84,219,253); }
td.TdClassName
{
border-color: #54DBFD;
}
.TagClassName
{
border-color: #54DBFD;
}
</style>