Shades of Turquoise #4AFACB
Tints of Turquoise #4AFACB
RGB
CMYK
RGB Variations
Color information
#4AFACB (or 0x4AFACB) is known color: Turquoise. HEX triplet: 4A, FA and CB. RGB value is (74,250,203). Sum of RGB (Red+Green+Blue) = 74+250+203=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFACB is #B50534. Grayscale: #C0C0C0. Windows color (decimal): -11863349 or 13367882. OLE color: 13367882.
HSL color Cylindrical-coordinate representation of color #4AFACB: hue angle of 163.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFACB is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 203 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.02 |
| HSL | 163.98º | 0.95% | 0.64% | - |
| HSV(B) | 163.98º | 0.7% | 0.98% | - |
| XYZ | 47.79 | 74.14 | 68.29 | - |
| YUV | 192.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 203 | 0.70 | 0 | 0.19 | 0.02 | 163.98 | 0.95 | 0.64 |
| Hex | 4A | FA | CB | 46 | 0 | 13 | 2 | A4 | 5F | 40 |
| Octal | 112 | 372 | 313 | 106 | 0 | 23 | 2 | 244 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11001011 | 1000110 | 0 | 10011 | 10 | 10100100 | 1011111 | 1000000 |
Color Harmonies of #4AFACB
Complementary color
Monochromatic Colors of #4AFACB
Black with #4AFACB
Text Example
Text Example
White with #4AFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFACB; }
p { color: rgb(74,250,203); }
H1.HeaderClassName
{
color: #4AFACB;
}
.AnyTagClassName
{
color: #4AFACB;
}
</style>
background-color css
<style>
a { background-color: #4AFACB; }
a { background-color: rgb(74,250,203); }
div.DivClassName
{
background-color: #4AFACB;
}
.BgClassName
{
background-color: #4AFACB;
}
</style>
border-color css
<style>
span { border-color: #4AFACB; }
span { border-color: rgb(74,250,203); }
td.TdClassName
{
border-color: #4AFACB;
}
.TagClassName
{
border-color: #4AFACB;
}
</style>