Shades of Turquoise Blue #54CFF1
Tints of Turquoise Blue #54CFF1
RGB
CMYK
RGB Variations
Color information
#54CFF1 (or 0x54CFF1) is known color: Turquoise Blue. HEX triplet: 54, CF and F1. RGB value is (84,207,241). Sum of RGB (Red+Green+Blue) = 84+207+241=532 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.79% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #54CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CFF1 is #AB300E. Grayscale: #ADADAD. Windows color (decimal): -11218959 or 15847252. OLE color: 15847252.
HSL color Cylindrical-coordinate representation of color #54CFF1: hue angle of 192.99º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CFF1 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 207 | 241 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.05 |
| HSL | 192.99º | 0.85% | 0.64% | - |
| HSV(B) | 192.99º | 0.65% | 0.95% | - |
| XYZ | 41.85 | 52.86 | 91.22 | - |
| YUV | 174.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 241 | 0.65 | 0.14 | 0 | 0.05 | 192.99 | 0.85 | 0.64 |
| Hex | 54 | CF | F1 | 41 | E | 0 | 5 | C1 | 55 | 40 |
| Octal | 124 | 317 | 361 | 101 | 16 | 0 | 5 | 301 | 125 | 100 |
| Binary | 1010100 | 11001111 | 11110001 | 1000001 | 1110 | 0 | 101 | 11000001 | 1010101 | 1000000 |
Color Harmonies of #54CFF1
Complementary color
Monochromatic Colors of #54CFF1
Black with #54CFF1
Text Example
Text Example
White with #54CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFF1; }
p { color: rgb(84,207,241); }
H1.HeaderClassName
{
color: #54CFF1;
}
.AnyTagClassName
{
color: #54CFF1;
}
</style>
background-color css
<style>
a { background-color: #54CFF1; }
a { background-color: rgb(84,207,241); }
div.DivClassName
{
background-color: #54CFF1;
}
.BgClassName
{
background-color: #54CFF1;
}
</style>
border-color css
<style>
span { border-color: #54CFF1; }
span { border-color: rgb(84,207,241); }
td.TdClassName
{
border-color: #54CFF1;
}
.TagClassName
{
border-color: #54CFF1;
}
</style>