Shades of Turquoise #4AF8B5
Tints of Turquoise #4AF8B5
RGB
CMYK
RGB Variations
Color information
#4AF8B5 (or 0x4AF8B5) is known color: Turquoise. HEX triplet: 4A, F8 and B5. RGB value is (74,248,181). Sum of RGB (Red+Green+Blue) = 74+248+181=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF8B5 is #B5074A. Grayscale: #BCBCBC. Windows color (decimal): -11863883 or 11925578. OLE color: 11925578.
HSL color Cylindrical-coordinate representation of color #4AF8B5: hue angle of 156.9º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF8B5 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 181 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.03 |
| HSL | 156.9º | 0.93% | 0.63% | - |
| HSV(B) | 156.9º | 0.7% | 0.97% | - |
| XYZ | 44.73 | 71.93 | 55.24 | - |
| YUV | 188.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 181 | 0.70 | 0 | 0.27 | 0.03 | 156.9 | 0.93 | 0.63 |
| Hex | 4A | F8 | B5 | 46 | 0 | 1B | 3 | 9D | 5D | 3F |
| Octal | 112 | 370 | 265 | 106 | 0 | 33 | 3 | 235 | 135 | 77 |
| Binary | 1001010 | 11111000 | 10110101 | 1000110 | 0 | 11011 | 11 | 10011101 | 1011101 | 111111 |
Color Harmonies of #4AF8B5
Complementary color
Monochromatic Colors of #4AF8B5
Black with #4AF8B5
Text Example
Text Example
White with #4AF8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF8B5; }
p { color: rgb(74,248,181); }
H1.HeaderClassName
{
color: #4AF8B5;
}
.AnyTagClassName
{
color: #4AF8B5;
}
</style>
background-color css
<style>
a { background-color: #4AF8B5; }
a { background-color: rgb(74,248,181); }
div.DivClassName
{
background-color: #4AF8B5;
}
.BgClassName
{
background-color: #4AF8B5;
}
</style>
border-color css
<style>
span { border-color: #4AF8B5; }
span { border-color: rgb(74,248,181); }
td.TdClassName
{
border-color: #4AF8B5;
}
.TagClassName
{
border-color: #4AF8B5;
}
</style>