Shades of Turquoise #4AFAB6
Tints of Turquoise #4AFAB6
RGB
CMYK
RGB Variations
Color information
#4AFAB6 (or 0x4AFAB6) is known color: Turquoise. HEX triplet: 4A, FA and B6. RGB value is (74,250,182). Sum of RGB (Red+Green+Blue) = 74+250+182=506 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.62% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFAB6 is #B50549. Grayscale: #BDBDBD. Windows color (decimal): -11863370 or 11991626. OLE color: 11991626.
HSL color Cylindrical-coordinate representation of color #4AFAB6: hue angle of 156.82º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFAB6 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 182 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.02 |
| HSL | 156.82º | 0.95% | 0.64% | - |
| HSV(B) | 156.82º | 0.7% | 0.98% | - |
| XYZ | 45.45 | 73.2 | 55.99 | - |
| YUV | 189.62 | 123.69 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 182 | 0.70 | 0 | 0.27 | 0.02 | 156.82 | 0.95 | 0.64 |
| Hex | 4A | FA | B6 | 46 | 0 | 1B | 2 | 9D | 5F | 40 |
| Octal | 112 | 372 | 266 | 106 | 0 | 33 | 2 | 235 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10110110 | 1000110 | 0 | 11011 | 10 | 10011101 | 1011111 | 1000000 |
Color Harmonies of #4AFAB6
Complementary color
Monochromatic Colors of #4AFAB6
Black with #4AFAB6
Text Example
Text Example
White with #4AFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAB6; }
p { color: rgb(74,250,182); }
H1.HeaderClassName
{
color: #4AFAB6;
}
.AnyTagClassName
{
color: #4AFAB6;
}
</style>
background-color css
<style>
a { background-color: #4AFAB6; }
a { background-color: rgb(74,250,182); }
div.DivClassName
{
background-color: #4AFAB6;
}
.BgClassName
{
background-color: #4AFAB6;
}
</style>
border-color css
<style>
span { border-color: #4AFAB6; }
span { border-color: rgb(74,250,182); }
td.TdClassName
{
border-color: #4AFAB6;
}
.TagClassName
{
border-color: #4AFAB6;
}
</style>