Shades of Turquoise #4AFBBD
Tints of Turquoise #4AFBBD
RGB
CMYK
RGB Variations
Color information
#4AFBBD (or 0x4AFBBD) is known color: Turquoise. HEX triplet: 4A, FB and BD. RGB value is (74,251,189). Sum of RGB (Red+Green+Blue) = 74+251+189=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBBD is #B50442. Grayscale: #BFBFBF. Windows color (decimal): -11863107 or 12450634. OLE color: 12450634.
HSL color Cylindrical-coordinate representation of color #4AFBBD: hue angle of 158.98º 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 #4AFBBD is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 189 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.02 |
| HSL | 158.98º | 0.96% | 0.64% | - |
| HSV(B) | 158.98º | 0.71% | 0.98% | - |
| XYZ | 46.51 | 74.12 | 60 | - |
| YUV | 191.01 | 126.86 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 189 | 0.71 | 0 | 0.25 | 0.02 | 158.98 | 0.96 | 0.64 |
| Hex | 4A | FB | BD | 47 | 0 | 19 | 2 | 9F | 60 | 40 |
| Octal | 112 | 373 | 275 | 107 | 0 | 31 | 2 | 237 | 140 | 100 |
| Binary | 1001010 | 11111011 | 10111101 | 1000111 | 0 | 11001 | 10 | 10011111 | 1100000 | 1000000 |
Color Harmonies of #4AFBBD
Complementary color
Monochromatic Colors of #4AFBBD
Black with #4AFBBD
Text Example
Text Example
White with #4AFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBBD; }
p { color: rgb(74,251,189); }
H1.HeaderClassName
{
color: #4AFBBD;
}
.AnyTagClassName
{
color: #4AFBBD;
}
</style>
background-color css
<style>
a { background-color: #4AFBBD; }
a { background-color: rgb(74,251,189); }
div.DivClassName
{
background-color: #4AFBBD;
}
.BgClassName
{
background-color: #4AFBBD;
}
</style>
border-color css
<style>
span { border-color: #4AFBBD; }
span { border-color: rgb(74,251,189); }
td.TdClassName
{
border-color: #4AFBBD;
}
.TagClassName
{
border-color: #4AFBBD;
}
</style>