Shades of Turquoise Blue #54D5FC
Tints of Turquoise Blue #54D5FC
RGB
CMYK
RGB Variations
Color information
#54D5FC (or 0x54D5FC) is known color: Turquoise Blue. HEX triplet: 54, D5 and FC. RGB value is (84,213,252). Sum of RGB (Red+Green+Blue) = 84+213+252=549 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.30% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #54D5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D5FC is #AB2A03. Grayscale: #B2B2B2. Windows color (decimal): -11217412 or 16569684. OLE color: 16569684.
HSL color Cylindrical-coordinate representation of color #54D5FC: hue angle of 193.93º degrees, saturation: 0.97, 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 #54D5FC is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 213 | 252 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.01 |
| HSL | 193.93º | 0.97% | 0.66% | - |
| HSV(B) | 193.93º | 0.67% | 0.99% | - |
| XYZ | 45.02 | 56.5 | 100.63 | - |
| YUV | 178.88 | 169.26 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 213 | 252 | 0.67 | 0.15 | 0 | 0.01 | 193.93 | 0.97 | 0.66 |
| Hex | 54 | D5 | FC | 43 | F | 0 | 1 | C2 | 61 | 42 |
| Octal | 124 | 325 | 374 | 103 | 17 | 0 | 1 | 302 | 141 | 102 |
| Binary | 1010100 | 11010101 | 11111100 | 1000011 | 1111 | 0 | 1 | 11000010 | 1100001 | 1000010 |
Color Harmonies of #54D5FC
Complementary color
Monochromatic Colors of #54D5FC
Black with #54D5FC
Text Example
Text Example
White with #54D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D5FC; }
p { color: rgb(84,213,252); }
H1.HeaderClassName
{
color: #54D5FC;
}
.AnyTagClassName
{
color: #54D5FC;
}
</style>
background-color css
<style>
a { background-color: #54D5FC; }
a { background-color: rgb(84,213,252); }
div.DivClassName
{
background-color: #54D5FC;
}
.BgClassName
{
background-color: #54D5FC;
}
</style>
border-color css
<style>
span { border-color: #54D5FC; }
span { border-color: rgb(84,213,252); }
td.TdClassName
{
border-color: #54D5FC;
}
.TagClassName
{
border-color: #54D5FC;
}
</style>