Shades of Turquoise #4BFDDD
Tints of Turquoise #4BFDDD
RGB
CMYK
RGB Variations
Color information
#4BFDDD (or 0x4BFDDD) is known color: Turquoise. HEX triplet: 4B, FD and DD. RGB value is (75,253,221). Sum of RGB (Red+Green+Blue) = 75+253+221=549 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.66% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDDD is #B40222. Grayscale: #C4C4C4. Windows color (decimal): -11797027 or 14548299. OLE color: 14548299.
HSL color Cylindrical-coordinate representation of color #4BFDDD: hue angle of 169.21º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDDD is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 221 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 169.21º | 0.98% | 0.64% | - |
| HSV(B) | 169.21º | 0.7% | 0.99% | - |
| XYZ | 51.08 | 76.97 | 80.57 | - |
| YUV | 196.13 | 142.03 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 221 | 0.70 | 0 | 0.13 | 0.01 | 169.21 | 0.98 | 0.64 |
| Hex | 4B | FD | DD | 46 | 0 | D | 1 | A9 | 62 | 40 |
| Octal | 113 | 375 | 335 | 106 | 0 | 15 | 1 | 251 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11011101 | 1000110 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000000 |
Color Harmonies of #4BFDDD
Complementary color
Monochromatic Colors of #4BFDDD
Black with #4BFDDD
Text Example
Text Example
White with #4BFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDDD; }
p { color: rgb(75,253,221); }
H1.HeaderClassName
{
color: #4BFDDD;
}
.AnyTagClassName
{
color: #4BFDDD;
}
</style>
background-color css
<style>
a { background-color: #4BFDDD; }
a { background-color: rgb(75,253,221); }
div.DivClassName
{
background-color: #4BFDDD;
}
.BgClassName
{
background-color: #4BFDDD;
}
</style>
border-color css
<style>
span { border-color: #4BFDDD; }
span { border-color: rgb(75,253,221); }
td.TdClassName
{
border-color: #4BFDDD;
}
.TagClassName
{
border-color: #4BFDDD;
}
</style>