Shades of Turquoise Blue #54DCFE
Tints of Turquoise Blue #54DCFE
RGB
CMYK
RGB Variations
Color information
#54DCFE (or 0x54DCFE) is known color: Turquoise Blue. HEX triplet: 54, DC and FE. RGB value is (84,220,254). Sum of RGB (Red+Green+Blue) = 84+220+254=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #54DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DCFE is #AB2301. Grayscale: #B6B6B6. Windows color (decimal): -11215618 or 16702548. OLE color: 16702548.
HSL color Cylindrical-coordinate representation of color #54DCFE: hue angle of 192º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54DCFE is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 220 | 254 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.00 |
| HSL | 192º | 0.99% | 0.66% | - |
| HSV(B) | 192º | 0.67% | 1% | - |
| XYZ | 47.14 | 60.23 | 102.91 | - |
| YUV | 183.21 | 167.94 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 254 | 0.67 | 0.13 | 0 | 0.00 | 192 | 0.99 | 0.66 |
| Hex | 54 | DC | FE | 43 | D | 0 | 0 | C0 | 63 | 42 |
| Octal | 124 | 334 | 376 | 103 | 15 | 0 | 0 | 300 | 143 | 102 |
| Binary | 1010100 | 11011100 | 11111110 | 1000011 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000010 |
Color Harmonies of #54DCFE
Complementary color
Monochromatic Colors of #54DCFE
Black with #54DCFE
Text Example
Text Example
White with #54DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCFE; }
p { color: rgb(84,220,254); }
H1.HeaderClassName
{
color: #54DCFE;
}
.AnyTagClassName
{
color: #54DCFE;
}
</style>
background-color css
<style>
a { background-color: #54DCFE; }
a { background-color: rgb(84,220,254); }
div.DivClassName
{
background-color: #54DCFE;
}
.BgClassName
{
background-color: #54DCFE;
}
</style>
border-color css
<style>
span { border-color: #54DCFE; }
span { border-color: rgb(84,220,254); }
td.TdClassName
{
border-color: #54DCFE;
}
.TagClassName
{
border-color: #54DCFE;
}
</style>