Shades of Turquoise Blue #54D2FE
Tints of Turquoise Blue #54D2FE
RGB
CMYK
RGB Variations
Color information
#54D2FE (or 0x54D2FE) is known color: Turquoise Blue. HEX triplet: 54, D2 and FE. RGB value is (84,210,254). Sum of RGB (Red+Green+Blue) = 84+210+254=548 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.33% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #54D2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D2FE is #AB2D01. Grayscale: #B1B1B1. Windows color (decimal): -11218178 or 16699988. OLE color: 16699988.
HSL color Cylindrical-coordinate representation of color #54D2FE: hue angle of 195.53º 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 #54D2FE is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 210 | 254 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.00 |
| HSL | 195.53º | 0.99% | 0.66% | - |
| HSV(B) | 195.53º | 0.67% | 1% | - |
| XYZ | 44.59 | 55.13 | 102.06 | - |
| YUV | 177.34 | 171.26 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 254 | 0.67 | 0.17 | 0 | 0.00 | 195.53 | 0.99 | 0.66 |
| Hex | 54 | D2 | FE | 43 | 11 | 0 | 0 | C4 | 63 | 42 |
| Octal | 124 | 322 | 376 | 103 | 21 | 0 | 0 | 304 | 143 | 102 |
| Binary | 1010100 | 11010010 | 11111110 | 1000011 | 10001 | 0 | 0 | 11000100 | 1100011 | 1000010 |
Color Harmonies of #54D2FE
Complementary color
Monochromatic Colors of #54D2FE
Black with #54D2FE
Text Example
Text Example
White with #54D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D2FE; }
p { color: rgb(84,210,254); }
H1.HeaderClassName
{
color: #54D2FE;
}
.AnyTagClassName
{
color: #54D2FE;
}
</style>
background-color css
<style>
a { background-color: #54D2FE; }
a { background-color: rgb(84,210,254); }
div.DivClassName
{
background-color: #54D2FE;
}
.BgClassName
{
background-color: #54D2FE;
}
</style>
border-color css
<style>
span { border-color: #54D2FE; }
span { border-color: rgb(84,210,254); }
td.TdClassName
{
border-color: #54D2FE;
}
.TagClassName
{
border-color: #54D2FE;
}
</style>