Shades of Turquoise #4AFBE3
Tints of Turquoise #4AFBE3
RGB
CMYK
RGB Variations
Color information
#4AFBE3 (or 0x4AFBE3) is known color: Turquoise. HEX triplet: 4A, FB and E3. RGB value is (74,251,227). Sum of RGB (Red+Green+Blue) = 74+251+227=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBE3 is #B5041C. Grayscale: #C3C3C3. Windows color (decimal): -11863069 or 14941002. OLE color: 14941002.
HSL color Cylindrical-coordinate representation of color #4AFBE3: hue angle of 171.86º 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 #4AFBE3 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 227 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.02 |
| HSL | 171.86º | 0.96% | 0.64% | - |
| HSV(B) | 171.86º | 0.71% | 0.98% | - |
| XYZ | 51.19 | 76 | 84.64 | - |
| YUV | 195.34 | 145.86 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 227 | 0.71 | 0 | 0.10 | 0.02 | 171.86 | 0.96 | 0.64 |
| Hex | 4A | FB | E3 | 47 | 0 | A | 2 | AC | 60 | 40 |
| Octal | 112 | 373 | 343 | 107 | 0 | 12 | 2 | 254 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11100011 | 1000111 | 0 | 1010 | 10 | 10101100 | 1100000 | 1000000 |
Color Harmonies of #4AFBE3
Complementary color
Monochromatic Colors of #4AFBE3
Black with #4AFBE3
Text Example
Text Example
White with #4AFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBE3; }
p { color: rgb(74,251,227); }
H1.HeaderClassName
{
color: #4AFBE3;
}
.AnyTagClassName
{
color: #4AFBE3;
}
</style>
background-color css
<style>
a { background-color: #4AFBE3; }
a { background-color: rgb(74,251,227); }
div.DivClassName
{
background-color: #4AFBE3;
}
.BgClassName
{
background-color: #4AFBE3;
}
</style>
border-color css
<style>
span { border-color: #4AFBE3; }
span { border-color: rgb(74,251,227); }
td.TdClassName
{
border-color: #4AFBE3;
}
.TagClassName
{
border-color: #4AFBE3;
}
</style>