Shades of Turquoise #4BFCDD
Tints of Turquoise #4BFCDD
RGB
CMYK
RGB Variations
Color information
#4BFCDD (or 0x4BFCDD) is known color: Turquoise. HEX triplet: 4B, FC and DD. RGB value is (75,252,221). Sum of RGB (Red+Green+Blue) = 75+252+221=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCDD is #B40322. Grayscale: #C3C3C3. Windows color (decimal): -11797283 or 14548043. OLE color: 14548043.
HSL color Cylindrical-coordinate representation of color #4BFCDD: hue angle of 169.49º degrees, saturation: 0.97, 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 #4BFCDD is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 221 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.01 |
| HSL | 169.49º | 0.97% | 0.64% | - |
| HSV(B) | 169.49º | 0.7% | 0.99% | - |
| XYZ | 50.76 | 76.34 | 80.47 | - |
| YUV | 195.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 221 | 0.70 | 0 | 0.12 | 0.01 | 169.49 | 0.97 | 0.64 |
| Hex | 4B | FC | DD | 46 | 0 | C | 1 | A9 | 61 | 40 |
| Octal | 113 | 374 | 335 | 106 | 0 | 14 | 1 | 251 | 141 | 100 |
| Binary | 1001011 | 11111100 | 11011101 | 1000110 | 0 | 1100 | 1 | 10101001 | 1100001 | 1000000 |
Color Harmonies of #4BFCDD
Complementary color
Monochromatic Colors of #4BFCDD
Black with #4BFCDD
Text Example
Text Example
White with #4BFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCDD; }
p { color: rgb(75,252,221); }
H1.HeaderClassName
{
color: #4BFCDD;
}
.AnyTagClassName
{
color: #4BFCDD;
}
</style>
background-color css
<style>
a { background-color: #4BFCDD; }
a { background-color: rgb(75,252,221); }
div.DivClassName
{
background-color: #4BFCDD;
}
.BgClassName
{
background-color: #4BFCDD;
}
</style>
border-color css
<style>
span { border-color: #4BFCDD; }
span { border-color: rgb(75,252,221); }
td.TdClassName
{
border-color: #4BFCDD;
}
.TagClassName
{
border-color: #4BFCDD;
}
</style>