Shades of Turquoise #4AFCCF
Tints of Turquoise #4AFCCF
RGB
CMYK
RGB Variations
Color information
#4AFCCF (or 0x4AFCCF) is known color: Turquoise. HEX triplet: 4A, FC and CF. RGB value is (74,252,207). Sum of RGB (Red+Green+Blue) = 74+252+207=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCCF is #B50330. Grayscale: #C1C1C1. Windows color (decimal): -11862833 or 13630538. OLE color: 13630538.
HSL color Cylindrical-coordinate representation of color #4AFCCF: hue angle of 164.83º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFCCF is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 207 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.01 |
| HSL | 164.83º | 0.97% | 0.64% | - |
| HSV(B) | 164.83º | 0.71% | 0.99% | - |
| XYZ | 48.9 | 75.58 | 71.04 | - |
| YUV | 193.65 | 135.53 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 207 | 0.71 | 0 | 0.18 | 0.01 | 164.83 | 0.97 | 0.64 |
| Hex | 4A | FC | CF | 47 | 0 | 12 | 1 | A5 | 61 | 40 |
| Octal | 112 | 374 | 317 | 107 | 0 | 22 | 1 | 245 | 141 | 100 |
| Binary | 1001010 | 11111100 | 11001111 | 1000111 | 0 | 10010 | 1 | 10100101 | 1100001 | 1000000 |
Color Harmonies of #4AFCCF
Complementary color
Monochromatic Colors of #4AFCCF
Black with #4AFCCF
Text Example
Text Example
White with #4AFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCCF; }
p { color: rgb(74,252,207); }
H1.HeaderClassName
{
color: #4AFCCF;
}
.AnyTagClassName
{
color: #4AFCCF;
}
</style>
background-color css
<style>
a { background-color: #4AFCCF; }
a { background-color: rgb(74,252,207); }
div.DivClassName
{
background-color: #4AFCCF;
}
.BgClassName
{
background-color: #4AFCCF;
}
</style>
border-color css
<style>
span { border-color: #4AFCCF; }
span { border-color: rgb(74,252,207); }
td.TdClassName
{
border-color: #4AFCCF;
}
.TagClassName
{
border-color: #4AFCCF;
}
</style>