Shades of Turquoise #4AFCB3
Tints of Turquoise #4AFCB3
RGB
CMYK
RGB Variations
Color information
#4AFCB3 (or 0x4AFCB3) is known color: Turquoise. HEX triplet: 4A, FC and B3. RGB value is (74,252,179). Sum of RGB (Red+Green+Blue) = 74+252+179=505 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.65% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCB3 is #B5034C. Grayscale: #BEBEBE. Windows color (decimal): -11862861 or 11795530. OLE color: 11795530.
HSL color Cylindrical-coordinate representation of color #4AFCB3: hue angle of 155.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFCB3 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 179 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.01 |
| HSL | 155.39º | 0.97% | 0.64% | - |
| HSV(B) | 155.39º | 0.71% | 0.99% | - |
| XYZ | 45.77 | 74.33 | 54.58 | - |
| YUV | 190.46 | 121.53 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 179 | 0.71 | 0 | 0.29 | 0.01 | 155.39 | 0.97 | 0.64 |
| Hex | 4A | FC | B3 | 47 | 0 | 1D | 1 | 9B | 61 | 40 |
| Octal | 112 | 374 | 263 | 107 | 0 | 35 | 1 | 233 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10110011 | 1000111 | 0 | 11101 | 1 | 10011011 | 1100001 | 1000000 |
Color Harmonies of #4AFCB3
Complementary color
Monochromatic Colors of #4AFCB3
Black with #4AFCB3
Text Example
Text Example
White with #4AFCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCB3; }
p { color: rgb(74,252,179); }
H1.HeaderClassName
{
color: #4AFCB3;
}
.AnyTagClassName
{
color: #4AFCB3;
}
</style>
background-color css
<style>
a { background-color: #4AFCB3; }
a { background-color: rgb(74,252,179); }
div.DivClassName
{
background-color: #4AFCB3;
}
.BgClassName
{
background-color: #4AFCB3;
}
</style>
border-color css
<style>
span { border-color: #4AFCB3; }
span { border-color: rgb(74,252,179); }
td.TdClassName
{
border-color: #4AFCB3;
}
.TagClassName
{
border-color: #4AFCB3;
}
</style>