Shades of Turquoise #54FBDC
Tints of Turquoise #54FBDC
RGB
CMYK
RGB Variations
Color information
#54FBDC (or 0x54FBDC) is known color: Turquoise. HEX triplet: 54, FB and DC. RGB value is (84,251,220). Sum of RGB (Red+Green+Blue) = 84+251+220=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBDC is #AB0423. Grayscale: #C5C5C5. Windows color (decimal): -11207716 or 14482260. OLE color: 14482260.
HSL color Cylindrical-coordinate representation of color #54FBDC: hue angle of 168.86º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBDC is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 220 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.02 |
| HSL | 168.86º | 0.95% | 0.66% | - |
| HSV(B) | 168.86º | 0.67% | 0.98% | - |
| XYZ | 51.07 | 76.05 | 79.7 | - |
| YUV | 197.53 | 140.67 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 220 | 0.67 | 0 | 0.12 | 0.02 | 168.86 | 0.95 | 0.66 |
| Hex | 54 | FB | DC | 43 | 0 | C | 2 | A9 | 5F | 42 |
| Octal | 124 | 373 | 334 | 103 | 0 | 14 | 2 | 251 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11011100 | 1000011 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000010 |
Color Harmonies of #54FBDC
Complementary color
Monochromatic Colors of #54FBDC
Black with #54FBDC
Text Example
Text Example
White with #54FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBDC; }
p { color: rgb(84,251,220); }
H1.HeaderClassName
{
color: #54FBDC;
}
.AnyTagClassName
{
color: #54FBDC;
}
</style>
background-color css
<style>
a { background-color: #54FBDC; }
a { background-color: rgb(84,251,220); }
div.DivClassName
{
background-color: #54FBDC;
}
.BgClassName
{
background-color: #54FBDC;
}
</style>
border-color css
<style>
span { border-color: #54FBDC; }
span { border-color: rgb(84,251,220); }
td.TdClassName
{
border-color: #54FBDC;
}
.TagClassName
{
border-color: #54FBDC;
}
</style>