Shades of Turquoise Blue #54D4F0
Tints of Turquoise Blue #54D4F0
RGB
CMYK
RGB Variations
Color information
#54D4F0 (or 0x54D4F0) is known color: Turquoise Blue. HEX triplet: 54, D4 and F0. RGB value is (84,212,240). Sum of RGB (Red+Green+Blue) = 84+212+240=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #54D4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D4F0 is #AB2B0F. Grayscale: #B0B0B0. Windows color (decimal): -11217680 or 15782996. OLE color: 15782996.
HSL color Cylindrical-coordinate representation of color #54D4F0: hue angle of 190.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D4F0 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 212 | 240 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.06 |
| HSL | 190.77º | 0.84% | 0.64% | - |
| HSV(B) | 190.77º | 0.65% | 0.94% | - |
| XYZ | 42.93 | 55.26 | 90.84 | - |
| YUV | 176.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 240 | 0.65 | 0.12 | 0 | 0.06 | 190.77 | 0.84 | 0.64 |
| Hex | 54 | D4 | F0 | 41 | C | 0 | 6 | BF | 54 | 40 |
| Octal | 124 | 324 | 360 | 101 | 14 | 0 | 6 | 277 | 124 | 100 |
| Binary | 1010100 | 11010100 | 11110000 | 1000001 | 1100 | 0 | 110 | 10111111 | 1010100 | 1000000 |
Color Harmonies of #54D4F0
Complementary color
Monochromatic Colors of #54D4F0
Black with #54D4F0
Text Example
Text Example
White with #54D4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D4F0; }
p { color: rgb(84,212,240); }
H1.HeaderClassName
{
color: #54D4F0;
}
.AnyTagClassName
{
color: #54D4F0;
}
</style>
background-color css
<style>
a { background-color: #54D4F0; }
a { background-color: rgb(84,212,240); }
div.DivClassName
{
background-color: #54D4F0;
}
.BgClassName
{
background-color: #54D4F0;
}
</style>
border-color css
<style>
span { border-color: #54D4F0; }
span { border-color: rgb(84,212,240); }
td.TdClassName
{
border-color: #54D4F0;
}
.TagClassName
{
border-color: #54D4F0;
}
</style>