Shades of Turquoise #4AFBC4
Tints of Turquoise #4AFBC4
RGB
CMYK
RGB Variations
Color information
#4AFBC4 (or 0x4AFBC4) is known color: Turquoise. HEX triplet: 4A, FB and C4. RGB value is (74,251,196). Sum of RGB (Red+Green+Blue) = 74+251+196=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBC4 is #B5043B. Grayscale: #BFBFBF. Windows color (decimal): -11863100 or 12909386. OLE color: 12909386.
HSL color Cylindrical-coordinate representation of color #4AFBC4: hue angle of 161.36º 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 #4AFBC4 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 196 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.02 |
| HSL | 161.36º | 0.96% | 0.64% | - |
| HSV(B) | 161.36º | 0.71% | 0.98% | - |
| XYZ | 47.29 | 74.44 | 64.1 | - |
| YUV | 191.81 | 130.36 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 196 | 0.71 | 0 | 0.22 | 0.02 | 161.36 | 0.96 | 0.64 |
| Hex | 4A | FB | C4 | 47 | 0 | 16 | 2 | A1 | 60 | 40 |
| Octal | 112 | 373 | 304 | 107 | 0 | 26 | 2 | 241 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11000100 | 1000111 | 0 | 10110 | 10 | 10100001 | 1100000 | 1000000 |
Color Harmonies of #4AFBC4
Complementary color
Monochromatic Colors of #4AFBC4
Black with #4AFBC4
Text Example
Text Example
White with #4AFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBC4; }
p { color: rgb(74,251,196); }
H1.HeaderClassName
{
color: #4AFBC4;
}
.AnyTagClassName
{
color: #4AFBC4;
}
</style>
background-color css
<style>
a { background-color: #4AFBC4; }
a { background-color: rgb(74,251,196); }
div.DivClassName
{
background-color: #4AFBC4;
}
.BgClassName
{
background-color: #4AFBC4;
}
</style>
border-color css
<style>
span { border-color: #4AFBC4; }
span { border-color: rgb(74,251,196); }
td.TdClassName
{
border-color: #4AFBC4;
}
.TagClassName
{
border-color: #4AFBC4;
}
</style>