Shades of Turquoise #4AFAB3
Tints of Turquoise #4AFAB3
RGB
CMYK
RGB Variations
Color information
#4AFAB3 (or 0x4AFAB3) is known color: Turquoise. HEX triplet: 4A, FA and B3. RGB value is (74,250,179). Sum of RGB (Red+Green+Blue) = 74+250+179=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFAB3 is #B5054C. Grayscale: #BDBDBD. Windows color (decimal): -11863373 or 11795018. OLE color: 11795018.
HSL color Cylindrical-coordinate representation of color #4AFAB3: hue angle of 155.8º 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 #4AFAB3 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 179 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.02 |
| HSL | 155.8º | 0.95% | 0.64% | - |
| HSV(B) | 155.8º | 0.7% | 0.98% | - |
| XYZ | 45.15 | 73.08 | 54.37 | - |
| YUV | 189.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 179 | 0.70 | 0 | 0.28 | 0.02 | 155.8 | 0.95 | 0.64 |
| Hex | 4A | FA | B3 | 46 | 0 | 1C | 2 | 9C | 5F | 40 |
| Octal | 112 | 372 | 263 | 106 | 0 | 34 | 2 | 234 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10110011 | 1000110 | 0 | 11100 | 10 | 10011100 | 1011111 | 1000000 |
Color Harmonies of #4AFAB3
Complementary color
Monochromatic Colors of #4AFAB3
Black with #4AFAB3
Text Example
Text Example
White with #4AFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAB3; }
p { color: rgb(74,250,179); }
H1.HeaderClassName
{
color: #4AFAB3;
}
.AnyTagClassName
{
color: #4AFAB3;
}
</style>
background-color css
<style>
a { background-color: #4AFAB3; }
a { background-color: rgb(74,250,179); }
div.DivClassName
{
background-color: #4AFAB3;
}
.BgClassName
{
background-color: #4AFAB3;
}
</style>
border-color css
<style>
span { border-color: #4AFAB3; }
span { border-color: rgb(74,250,179); }
td.TdClassName
{
border-color: #4AFAB3;
}
.TagClassName
{
border-color: #4AFAB3;
}
</style>