Shades of Turquoise #4AFBC2
Tints of Turquoise #4AFBC2
RGB
CMYK
RGB Variations
Color information
#4AFBC2 (or 0x4AFBC2) is known color: Turquoise. HEX triplet: 4A, FB and C2. RGB value is (74,251,194). Sum of RGB (Red+Green+Blue) = 74+251+194=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBC2 is #B5043D. Grayscale: #BFBFBF. Windows color (decimal): -11863102 or 12778314. OLE color: 12778314.
HSL color Cylindrical-coordinate representation of color #4AFBC2: hue angle of 160.68º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBC2 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 194 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.02 |
| HSL | 160.68º | 0.96% | 0.64% | - |
| HSV(B) | 160.68º | 0.71% | 0.98% | - |
| XYZ | 47.06 | 74.35 | 62.91 | - |
| YUV | 191.58 | 129.36 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 194 | 0.71 | 0 | 0.23 | 0.02 | 160.68 | 0.96 | 0.64 |
| Hex | 4A | FB | C2 | 47 | 0 | 17 | 2 | A1 | 60 | 40 |
| Octal | 112 | 373 | 302 | 107 | 0 | 27 | 2 | 241 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11000010 | 1000111 | 0 | 10111 | 10 | 10100001 | 1100000 | 1000000 |
Color Harmonies of #4AFBC2
Complementary color
Monochromatic Colors of #4AFBC2
Black with #4AFBC2
Text Example
Text Example
White with #4AFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBC2; }
p { color: rgb(74,251,194); }
H1.HeaderClassName
{
color: #4AFBC2;
}
.AnyTagClassName
{
color: #4AFBC2;
}
</style>
background-color css
<style>
a { background-color: #4AFBC2; }
a { background-color: rgb(74,251,194); }
div.DivClassName
{
background-color: #4AFBC2;
}
.BgClassName
{
background-color: #4AFBC2;
}
</style>
border-color css
<style>
span { border-color: #4AFBC2; }
span { border-color: rgb(74,251,194); }
td.TdClassName
{
border-color: #4AFBC2;
}
.TagClassName
{
border-color: #4AFBC2;
}
</style>