Shades of Turquoise #4AF2CE
Tints of Turquoise #4AF2CE
RGB
CMYK
RGB Variations
Color information
#4AF2CE (or 0x4AF2CE) is known color: Turquoise. HEX triplet: 4A, F2 and CE. RGB value is (74,242,206). Sum of RGB (Red+Green+Blue) = 74+242+206=522 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.18% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2CE is #B50D31. Grayscale: #BBBBBB. Windows color (decimal): -11865394 or 13562442. OLE color: 13562442.
HSL color Cylindrical-coordinate representation of color #4AF2CE: hue angle of 167.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2CE is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 206 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.05 |
| HSL | 167.14º | 0.87% | 0.62% | - |
| HSV(B) | 167.14º | 0.69% | 0.95% | - |
| XYZ | 45.72 | 69.42 | 69.38 | - |
| YUV | 187.66 | 138.34 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 206 | 0.69 | 0 | 0.15 | 0.05 | 167.14 | 0.87 | 0.62 |
| Hex | 4A | F2 | CE | 45 | 0 | F | 5 | A7 | 57 | 3E |
| Octal | 112 | 362 | 316 | 105 | 0 | 17 | 5 | 247 | 127 | 76 |
| Binary | 1001010 | 11110010 | 11001110 | 1000101 | 0 | 1111 | 101 | 10100111 | 1010111 | 111110 |
Color Harmonies of #4AF2CE
Complementary color
Monochromatic Colors of #4AF2CE
Black with #4AF2CE
Text Example
Text Example
White with #4AF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2CE; }
p { color: rgb(74,242,206); }
H1.HeaderClassName
{
color: #4AF2CE;
}
.AnyTagClassName
{
color: #4AF2CE;
}
</style>
background-color css
<style>
a { background-color: #4AF2CE; }
a { background-color: rgb(74,242,206); }
div.DivClassName
{
background-color: #4AF2CE;
}
.BgClassName
{
background-color: #4AF2CE;
}
</style>
border-color css
<style>
span { border-color: #4AF2CE; }
span { border-color: rgb(74,242,206); }
td.TdClassName
{
border-color: #4AF2CE;
}
.TagClassName
{
border-color: #4AF2CE;
}
</style>