Shades of Turquoise #4AF9CE
Tints of Turquoise #4AF9CE
RGB
CMYK
RGB Variations
Color information
#4AF9CE (or 0x4AF9CE) is known color: Turquoise. HEX triplet: 4A, F9 and CE. RGB value is (74,249,206). Sum of RGB (Red+Green+Blue) = 74+249+206=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF9CE is #B50631. Grayscale: #BFBFBF. Windows color (decimal): -11863602 or 13564234. OLE color: 13564234.
HSL color Cylindrical-coordinate representation of color #4AF9CE: hue angle of 165.26º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF9CE is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 206 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.02 |
| HSL | 165.26º | 0.94% | 0.63% | - |
| HSV(B) | 165.26º | 0.7% | 0.98% | - |
| XYZ | 47.84 | 73.66 | 70.09 | - |
| YUV | 191.77 | 136.02 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 206 | 0.70 | 0 | 0.17 | 0.02 | 165.26 | 0.94 | 0.63 |
| Hex | 4A | F9 | CE | 46 | 0 | 11 | 2 | A5 | 5E | 3F |
| Octal | 112 | 371 | 316 | 106 | 0 | 21 | 2 | 245 | 136 | 77 |
| Binary | 1001010 | 11111001 | 11001110 | 1000110 | 0 | 10001 | 10 | 10100101 | 1011110 | 111111 |
Color Harmonies of #4AF9CE
Complementary color
Monochromatic Colors of #4AF9CE
Black with #4AF9CE
Text Example
Text Example
White with #4AF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9CE; }
p { color: rgb(74,249,206); }
H1.HeaderClassName
{
color: #4AF9CE;
}
.AnyTagClassName
{
color: #4AF9CE;
}
</style>
background-color css
<style>
a { background-color: #4AF9CE; }
a { background-color: rgb(74,249,206); }
div.DivClassName
{
background-color: #4AF9CE;
}
.BgClassName
{
background-color: #4AF9CE;
}
</style>
border-color css
<style>
span { border-color: #4AF9CE; }
span { border-color: rgb(74,249,206); }
td.TdClassName
{
border-color: #4AF9CE;
}
.TagClassName
{
border-color: #4AF9CE;
}
</style>