Shades of Turquoise Blue #54CCE4
Tints of Turquoise Blue #54CCE4
RGB
CMYK
RGB Variations
Color information
#54CCE4 (or 0x54CCE4) is known color: Turquoise Blue. HEX triplet: 54, CC and E4. RGB value is (84,204,228). Sum of RGB (Red+Green+Blue) = 84+204+228=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #54CCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCE4 is #AB331B. Grayscale: #AAAAAA. Windows color (decimal): -11219740 or 14994516. OLE color: 14994516.
HSL color Cylindrical-coordinate representation of color #54CCE4: hue angle of 190º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54CCE4 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 204 | 228 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.11 |
| HSL | 190º | 0.73% | 0.61% | - |
| HSV(B) | 190º | 0.63% | 0.89% | - |
| XYZ | 39.25 | 50.67 | 81.11 | - |
| YUV | 170.86 | 160.24 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 228 | 0.63 | 0.11 | 0 | 0.11 | 190 | 0.73 | 0.61 |
| Hex | 54 | CC | E4 | 3F | B | 0 | B | BE | 49 | 3D |
| Octal | 124 | 314 | 344 | 77 | 13 | 0 | 13 | 276 | 111 | 75 |
| Binary | 1010100 | 11001100 | 11100100 | 111111 | 1011 | 0 | 1011 | 10111110 | 1001001 | 111101 |
Color Harmonies of #54CCE4
Complementary color
Monochromatic Colors of #54CCE4
Black with #54CCE4
Text Example
Text Example
White with #54CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCE4; }
p { color: rgb(84,204,228); }
H1.HeaderClassName
{
color: #54CCE4;
}
.AnyTagClassName
{
color: #54CCE4;
}
</style>
background-color css
<style>
a { background-color: #54CCE4; }
a { background-color: rgb(84,204,228); }
div.DivClassName
{
background-color: #54CCE4;
}
.BgClassName
{
background-color: #54CCE4;
}
</style>
border-color css
<style>
span { border-color: #54CCE4; }
span { border-color: rgb(84,204,228); }
td.TdClassName
{
border-color: #54CCE4;
}
.TagClassName
{
border-color: #54CCE4;
}
</style>