Shades of Turquoise Blue #54D4FB
Tints of Turquoise Blue #54D4FB
RGB
CMYK
RGB Variations
Color information
#54D4FB (or 0x54D4FB) is known color: Turquoise Blue. HEX triplet: 54, D4 and FB. RGB value is (84,212,251). Sum of RGB (Red+Green+Blue) = 84+212+251=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #54D4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D4FB is #AB2B04. Grayscale: #B1B1B1. Windows color (decimal): -11217669 or 16503892. OLE color: 16503892.
HSL color Cylindrical-coordinate representation of color #54D4FB: hue angle of 194.01º 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 #54D4FB is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 212 | 251 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.02 |
| HSL | 194.01º | 0.95% | 0.66% | - |
| HSV(B) | 194.01º | 0.67% | 0.98% | - |
| XYZ | 44.61 | 55.94 | 99.71 | - |
| YUV | 178.17 | 169.09 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 251 | 0.67 | 0.16 | 0 | 0.02 | 194.01 | 0.95 | 0.66 |
| Hex | 54 | D4 | FB | 43 | 10 | 0 | 2 | C2 | 5F | 42 |
| Octal | 124 | 324 | 373 | 103 | 20 | 0 | 2 | 302 | 137 | 102 |
| Binary | 1010100 | 11010100 | 11111011 | 1000011 | 10000 | 0 | 10 | 11000010 | 1011111 | 1000010 |
Color Harmonies of #54D4FB
Complementary color
Monochromatic Colors of #54D4FB
Black with #54D4FB
Text Example
Text Example
White with #54D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D4FB; }
p { color: rgb(84,212,251); }
H1.HeaderClassName
{
color: #54D4FB;
}
.AnyTagClassName
{
color: #54D4FB;
}
</style>
background-color css
<style>
a { background-color: #54D4FB; }
a { background-color: rgb(84,212,251); }
div.DivClassName
{
background-color: #54D4FB;
}
.BgClassName
{
background-color: #54D4FB;
}
</style>
border-color css
<style>
span { border-color: #54D4FB; }
span { border-color: rgb(84,212,251); }
td.TdClassName
{
border-color: #54D4FB;
}
.TagClassName
{
border-color: #54D4FB;
}
</style>