Shades of Turquoise #4AFBE5
Tints of Turquoise #4AFBE5
RGB
CMYK
RGB Variations
Color information
#4AFBE5 (or 0x4AFBE5) is known color: Turquoise. HEX triplet: 4A, FB and E5. RGB value is (74,251,229). Sum of RGB (Red+Green+Blue) = 74+251+229=554 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.36% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBE5 is #B5041A. Grayscale: #C3C3C3. Windows color (decimal): -11863067 or 15072074. OLE color: 15072074.
HSL color Cylindrical-coordinate representation of color #4AFBE5: hue angle of 172.54º 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 #4AFBE5 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 229 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.02 |
| HSL | 172.54º | 0.96% | 0.64% | - |
| HSV(B) | 172.54º | 0.71% | 0.98% | - |
| XYZ | 51.46 | 76.11 | 86.11 | - |
| YUV | 195.57 | 146.86 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 229 | 0.71 | 0 | 0.09 | 0.02 | 172.54 | 0.96 | 0.64 |
| Hex | 4A | FB | E5 | 47 | 0 | 9 | 2 | AD | 60 | 40 |
| Octal | 112 | 373 | 345 | 107 | 0 | 11 | 2 | 255 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11100101 | 1000111 | 0 | 1001 | 10 | 10101101 | 1100000 | 1000000 |
Color Harmonies of #4AFBE5
Complementary color
Monochromatic Colors of #4AFBE5
Black with #4AFBE5
Text Example
Text Example
White with #4AFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBE5; }
p { color: rgb(74,251,229); }
H1.HeaderClassName
{
color: #4AFBE5;
}
.AnyTagClassName
{
color: #4AFBE5;
}
</style>
background-color css
<style>
a { background-color: #4AFBE5; }
a { background-color: rgb(74,251,229); }
div.DivClassName
{
background-color: #4AFBE5;
}
.BgClassName
{
background-color: #4AFBE5;
}
</style>
border-color css
<style>
span { border-color: #4AFBE5; }
span { border-color: rgb(74,251,229); }
td.TdClassName
{
border-color: #4AFBE5;
}
.TagClassName
{
border-color: #4AFBE5;
}
</style>