Shades of Turquoise #4BFFDD
Tints of Turquoise #4BFFDD
RGB
CMYK
RGB Variations
Color information
#4BFFDD (or 0x4BFFDD) is known color: Turquoise. HEX triplet: 4B, FF and DD. RGB value is (75,255,221). Sum of RGB (Red+Green+Blue) = 75+255+221=551 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.61% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFDD is #B40022. Grayscale: #C5C5C5. Windows color (decimal): -11796515 or 14548811. OLE color: 14548811.
HSL color Cylindrical-coordinate representation of color #4BFFDD: hue angle of 168.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFDD is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 221 | - |
| CMYK | 0.71 | 0 | 0.13 | 0 |
| HSL | 168.67º | 1% | 0.65% | - |
| HSV(B) | 168.67º | 0.71% | 1% | - |
| XYZ | 51.71 | 78.24 | 80.78 | - |
| YUV | 197.3 | 141.37 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 221 | 0.71 | 0 | 0.13 | 0 | 168.67 | 1 | 0.65 |
| Hex | 4B | FF | DD | 47 | 0 | D | 0 | A9 | 64 | 41 |
| Octal | 113 | 377 | 335 | 107 | 0 | 15 | 0 | 251 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11011101 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000001 |
Color Harmonies of #4BFFDD
Complementary color
Monochromatic Colors of #4BFFDD
Black with #4BFFDD
Text Example
Text Example
White with #4BFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFDD; }
p { color: rgb(75,255,221); }
H1.HeaderClassName
{
color: #4BFFDD;
}
.AnyTagClassName
{
color: #4BFFDD;
}
</style>
background-color css
<style>
a { background-color: #4BFFDD; }
a { background-color: rgb(75,255,221); }
div.DivClassName
{
background-color: #4BFFDD;
}
.BgClassName
{
background-color: #4BFFDD;
}
</style>
border-color css
<style>
span { border-color: #4BFFDD; }
span { border-color: rgb(75,255,221); }
td.TdClassName
{
border-color: #4BFFDD;
}
.TagClassName
{
border-color: #4BFFDD;
}
</style>