Shades of Turquoise #54F3CF
Tints of Turquoise #54F3CF
RGB
CMYK
RGB Variations
Color information
#54F3CF (or 0x54F3CF) is known color: Turquoise. HEX triplet: 54, F3 and CF. RGB value is (84,243,207). Sum of RGB (Red+Green+Blue) = 84+243+207=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #54F3CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F3CF is #AB0C30. Grayscale: #BFBFBF. Windows color (decimal): -11209777 or 13628244. OLE color: 13628244.
HSL color Cylindrical-coordinate representation of color #54F3CF: hue angle of 166.42º degrees, saturation: 0.87, 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 #54F3CF is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 207 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.05 |
| HSL | 166.42º | 0.87% | 0.64% | - |
| HSV(B) | 166.42º | 0.65% | 0.95% | - |
| XYZ | 46.97 | 70.49 | 70.16 | - |
| YUV | 191.36 | 136.82 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 207 | 0.65 | 0 | 0.15 | 0.05 | 166.42 | 0.87 | 0.64 |
| Hex | 54 | F3 | CF | 41 | 0 | F | 5 | A6 | 57 | 40 |
| Octal | 124 | 363 | 317 | 101 | 0 | 17 | 5 | 246 | 127 | 100 |
| Binary | 1010100 | 11110011 | 11001111 | 1000001 | 0 | 1111 | 101 | 10100110 | 1010111 | 1000000 |
Color Harmonies of #54F3CF
Complementary color
Monochromatic Colors of #54F3CF
Black with #54F3CF
Text Example
Text Example
White with #54F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F3CF; }
p { color: rgb(84,243,207); }
H1.HeaderClassName
{
color: #54F3CF;
}
.AnyTagClassName
{
color: #54F3CF;
}
</style>
background-color css
<style>
a { background-color: #54F3CF; }
a { background-color: rgb(84,243,207); }
div.DivClassName
{
background-color: #54F3CF;
}
.BgClassName
{
background-color: #54F3CF;
}
</style>
border-color css
<style>
span { border-color: #54F3CF; }
span { border-color: rgb(84,243,207); }
td.TdClassName
{
border-color: #54F3CF;
}
.TagClassName
{
border-color: #54F3CF;
}
</style>