Shades of Turquoise #4AFECF
Tints of Turquoise #4AFECF
RGB
CMYK
RGB Variations
Color information
#4AFECF (or 0x4AFECF) is known color: Turquoise. HEX triplet: 4A, FE and CF. RGB value is (74,254,207). Sum of RGB (Red+Green+Blue) = 74+254+207=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFECF is #B50130. Grayscale: #C2C2C2. Windows color (decimal): -11862321 or 13631050. OLE color: 13631050.
HSL color Cylindrical-coordinate representation of color #4AFECF: hue angle of 164.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFECF is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 207 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.00 |
| HSL | 164.33º | 0.99% | 0.64% | - |
| HSV(B) | 164.33º | 0.71% | 1% | - |
| XYZ | 49.53 | 76.84 | 71.25 | - |
| YUV | 194.82 | 134.87 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 207 | 0.71 | 0 | 0.19 | 0.00 | 164.33 | 0.99 | 0.64 |
| Hex | 4A | FE | CF | 47 | 0 | 13 | 0 | A4 | 63 | 40 |
| Octal | 112 | 376 | 317 | 107 | 0 | 23 | 0 | 244 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11001111 | 1000111 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000000 |
Color Harmonies of #4AFECF
Complementary color
Monochromatic Colors of #4AFECF
Black with #4AFECF
Text Example
Text Example
White with #4AFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFECF; }
p { color: rgb(74,254,207); }
H1.HeaderClassName
{
color: #4AFECF;
}
.AnyTagClassName
{
color: #4AFECF;
}
</style>
background-color css
<style>
a { background-color: #4AFECF; }
a { background-color: rgb(74,254,207); }
div.DivClassName
{
background-color: #4AFECF;
}
.BgClassName
{
background-color: #4AFECF;
}
</style>
border-color css
<style>
span { border-color: #4AFECF; }
span { border-color: rgb(74,254,207); }
td.TdClassName
{
border-color: #4AFECF;
}
.TagClassName
{
border-color: #4AFECF;
}
</style>