Shades of Turquoise #4BFDDF
Tints of Turquoise #4BFDDF
RGB
CMYK
RGB Variations
Color information
#4BFDDF (or 0x4BFDDF) is known color: Turquoise. HEX triplet: 4B, FD and DF. RGB value is (75,253,223). Sum of RGB (Red+Green+Blue) = 75+253+223=551 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.61% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDDF is #B40220. Grayscale: #C4C4C4. Windows color (decimal): -11797025 or 14679371. OLE color: 14679371.
HSL color Cylindrical-coordinate representation of color #4BFDDF: hue angle of 169.89º 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 #4BFDDF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 223 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.01 |
| HSL | 169.89º | 0.98% | 0.64% | - |
| HSV(B) | 169.89º | 0.7% | 0.99% | - |
| XYZ | 51.35 | 77.07 | 81.98 | - |
| YUV | 196.36 | 143.03 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 223 | 0.70 | 0 | 0.12 | 0.01 | 169.89 | 0.98 | 0.64 |
| Hex | 4B | FD | DF | 46 | 0 | C | 1 | AA | 62 | 40 |
| Octal | 113 | 375 | 337 | 106 | 0 | 14 | 1 | 252 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11011111 | 1000110 | 0 | 1100 | 1 | 10101010 | 1100010 | 1000000 |
Color Harmonies of #4BFDDF
Complementary color
Monochromatic Colors of #4BFDDF
Black with #4BFDDF
Text Example
Text Example
White with #4BFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDDF; }
p { color: rgb(75,253,223); }
H1.HeaderClassName
{
color: #4BFDDF;
}
.AnyTagClassName
{
color: #4BFDDF;
}
</style>
background-color css
<style>
a { background-color: #4BFDDF; }
a { background-color: rgb(75,253,223); }
div.DivClassName
{
background-color: #4BFDDF;
}
.BgClassName
{
background-color: #4BFDDF;
}
</style>
border-color css
<style>
span { border-color: #4BFDDF; }
span { border-color: rgb(75,253,223); }
td.TdClassName
{
border-color: #4BFDDF;
}
.TagClassName
{
border-color: #4BFDDF;
}
</style>