Shades of Turquoise #4AF6CC
Tints of Turquoise #4AF6CC
RGB
CMYK
RGB Variations
Color information
#4AF6CC (or 0x4AF6CC) is known color: Turquoise. HEX triplet: 4A, F6 and CC. RGB value is (74,246,204). Sum of RGB (Red+Green+Blue) = 74+246+204=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF6CC is #B50933. Grayscale: #BDBDBD. Windows color (decimal): -11864372 or 13432394. OLE color: 13432394.
HSL color Cylindrical-coordinate representation of color #4AF6CC: hue angle of 165.35º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF6CC is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 204 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.04 |
| HSL | 165.35º | 0.91% | 0.63% | - |
| HSV(B) | 165.35º | 0.7% | 0.96% | - |
| XYZ | 46.68 | 71.73 | 68.51 | - |
| YUV | 189.78 | 136.02 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 204 | 0.70 | 0 | 0.17 | 0.04 | 165.35 | 0.91 | 0.63 |
| Hex | 4A | F6 | CC | 46 | 0 | 11 | 4 | A5 | 5B | 3F |
| Octal | 112 | 366 | 314 | 106 | 0 | 21 | 4 | 245 | 133 | 77 |
| Binary | 1001010 | 11110110 | 11001100 | 1000110 | 0 | 10001 | 100 | 10100101 | 1011011 | 111111 |
Color Harmonies of #4AF6CC
Complementary color
Monochromatic Colors of #4AF6CC
Black with #4AF6CC
Text Example
Text Example
White with #4AF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF6CC; }
p { color: rgb(74,246,204); }
H1.HeaderClassName
{
color: #4AF6CC;
}
.AnyTagClassName
{
color: #4AF6CC;
}
</style>
background-color css
<style>
a { background-color: #4AF6CC; }
a { background-color: rgb(74,246,204); }
div.DivClassName
{
background-color: #4AF6CC;
}
.BgClassName
{
background-color: #4AF6CC;
}
</style>
border-color css
<style>
span { border-color: #4AF6CC; }
span { border-color: rgb(74,246,204); }
td.TdClassName
{
border-color: #4AF6CC;
}
.TagClassName
{
border-color: #4AF6CC;
}
</style>