Shades of Medium Turquoise #54C8CF
Tints of Medium Turquoise #54C8CF
RGB
CMYK
RGB Variations
Color information
#54C8CF (or 0x54C8CF) is known color: Medium Turquoise. HEX triplet: 54, C8 and CF. RGB value is (84,200,207). Sum of RGB (Red+Green+Blue) = 84+200+207=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #54C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C8CF is #AB3730. Grayscale: #A5A5A5. Windows color (decimal): -11220785 or 13617236. OLE color: 13617236.
HSL color Cylindrical-coordinate representation of color #54C8CF: hue angle of 183.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C8CF is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 200 | 207 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.19 |
| HSL | 183.41º | 0.56% | 0.57% | - |
| HSV(B) | 183.41º | 0.59% | 0.81% | - |
| XYZ | 35.57 | 47.7 | 66.36 | - |
| YUV | 166.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 200 | 207 | 0.59 | 0.03 | 0 | 0.19 | 183.41 | 0.56 | 0.57 |
| Hex | 54 | C8 | CF | 3B | 3 | 0 | 13 | B7 | 38 | 39 |
| Octal | 124 | 310 | 317 | 73 | 3 | 0 | 23 | 267 | 70 | 71 |
| Binary | 1010100 | 11001000 | 11001111 | 111011 | 11 | 0 | 10011 | 10110111 | 111000 | 111001 |
Color Harmonies of #54C8CF
Complementary color
Monochromatic Colors of #54C8CF
Black with #54C8CF
Text Example
Text Example
White with #54C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C8CF; }
p { color: rgb(84,200,207); }
H1.HeaderClassName
{
color: #54C8CF;
}
.AnyTagClassName
{
color: #54C8CF;
}
</style>
background-color css
<style>
a { background-color: #54C8CF; }
a { background-color: rgb(84,200,207); }
div.DivClassName
{
background-color: #54C8CF;
}
.BgClassName
{
background-color: #54C8CF;
}
</style>
border-color css
<style>
span { border-color: #54C8CF; }
span { border-color: rgb(84,200,207); }
td.TdClassName
{
border-color: #54C8CF;
}
.TagClassName
{
border-color: #54C8CF;
}
</style>