Shades of Turquoise Blue #54CFE1
Tints of Turquoise Blue #54CFE1
RGB
CMYK
RGB Variations
Color information
#54CFE1 (or 0x54CFE1) is known color: Turquoise Blue. HEX triplet: 54, CF and E1. RGB value is (84,207,225). Sum of RGB (Red+Green+Blue) = 84+207+225=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #54CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFE1 is #AB301E. Grayscale: #ACACAC. Windows color (decimal): -11218975 or 14798676. OLE color: 14798676.
HSL color Cylindrical-coordinate representation of color #54CFE1: hue angle of 187.66º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54CFE1 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 207 | 225 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.12 |
| HSL | 187.66º | 0.7% | 0.61% | - |
| HSV(B) | 187.66º | 0.63% | 0.88% | - |
| XYZ | 39.56 | 51.95 | 79.18 | - |
| YUV | 172.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 225 | 0.63 | 0.08 | 0 | 0.12 | 187.66 | 0.7 | 0.61 |
| Hex | 54 | CF | E1 | 3F | 8 | 0 | C | BC | 46 | 3D |
| Octal | 124 | 317 | 341 | 77 | 10 | 0 | 14 | 274 | 106 | 75 |
| Binary | 1010100 | 11001111 | 11100001 | 111111 | 1000 | 0 | 1100 | 10111100 | 1000110 | 111101 |
Color Harmonies of #54CFE1
Complementary color
Monochromatic Colors of #54CFE1
Black with #54CFE1
Text Example
Text Example
White with #54CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFE1; }
p { color: rgb(84,207,225); }
H1.HeaderClassName
{
color: #54CFE1;
}
.AnyTagClassName
{
color: #54CFE1;
}
</style>
background-color css
<style>
a { background-color: #54CFE1; }
a { background-color: rgb(84,207,225); }
div.DivClassName
{
background-color: #54CFE1;
}
.BgClassName
{
background-color: #54CFE1;
}
</style>
border-color css
<style>
span { border-color: #54CFE1; }
span { border-color: rgb(84,207,225); }
td.TdClassName
{
border-color: #54CFE1;
}
.TagClassName
{
border-color: #54CFE1;
}
</style>