Shades of Turquoise #54FCCD
Tints of Turquoise #54FCCD
RGB
CMYK
RGB Variations
Color information
#54FCCD (or 0x54FCCD) is known color: Turquoise. HEX triplet: 54, FC and CD. RGB value is (84,252,205). Sum of RGB (Red+Green+Blue) = 84+252+205=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCCD is #AB0332. Grayscale: #C4C4C4. Windows color (decimal): -11207475 or 13499476. OLE color: 13499476.
HSL color Cylindrical-coordinate representation of color #54FCCD: hue angle of 163.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FCCD is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 205 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.01 |
| HSL | 163.21º | 0.97% | 0.66% | - |
| HSV(B) | 163.21º | 0.67% | 0.99% | - |
| XYZ | 49.49 | 75.91 | 69.8 | - |
| YUV | 196.41 | 132.84 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 205 | 0.67 | 0 | 0.19 | 0.01 | 163.21 | 0.97 | 0.66 |
| Hex | 54 | FC | CD | 43 | 0 | 13 | 1 | A3 | 61 | 42 |
| Octal | 124 | 374 | 315 | 103 | 0 | 23 | 1 | 243 | 141 | 102 |
| Binary | 1010100 | 11111100 | 11001101 | 1000011 | 0 | 10011 | 1 | 10100011 | 1100001 | 1000010 |
Color Harmonies of #54FCCD
Complementary color
Monochromatic Colors of #54FCCD
Black with #54FCCD
Text Example
Text Example
White with #54FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCCD; }
p { color: rgb(84,252,205); }
H1.HeaderClassName
{
color: #54FCCD;
}
.AnyTagClassName
{
color: #54FCCD;
}
</style>
background-color css
<style>
a { background-color: #54FCCD; }
a { background-color: rgb(84,252,205); }
div.DivClassName
{
background-color: #54FCCD;
}
.BgClassName
{
background-color: #54FCCD;
}
</style>
border-color css
<style>
span { border-color: #54FCCD; }
span { border-color: rgb(84,252,205); }
td.TdClassName
{
border-color: #54FCCD;
}
.TagClassName
{
border-color: #54FCCD;
}
</style>