Shades of Turquoise #4AEFF3
Tints of Turquoise #4AEFF3
RGB
CMYK
RGB Variations
Color information
#4AEFF3 (or 0x4AEFF3) is known color: Turquoise. HEX triplet: 4A, EF and F3. RGB value is (74,239,243). Sum of RGB (Red+Green+Blue) = 74+239+243=556 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.31% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #4AEFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEFF3 is #B5100C. Grayscale: #BDBDBD. Windows color (decimal): -11866125 or 15986506. OLE color: 15986506.
HSL color Cylindrical-coordinate representation of color #4AEFF3: hue angle of 181.42º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AEFF3 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 239 | 243 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.05 |
| HSL | 181.42º | 0.88% | 0.62% | - |
| HSV(B) | 181.42º | 0.7% | 0.95% | - |
| XYZ | 49.87 | 69.66 | 95.61 | - |
| YUV | 190.12 | 157.84 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 243 | 0.70 | 0.02 | 0 | 0.05 | 181.42 | 0.88 | 0.62 |
| Hex | 4A | EF | F3 | 46 | 2 | 0 | 5 | B5 | 58 | 3E |
| Octal | 112 | 357 | 363 | 106 | 2 | 0 | 5 | 265 | 130 | 76 |
| Binary | 1001010 | 11101111 | 11110011 | 1000110 | 10 | 0 | 101 | 10110101 | 1011000 | 111110 |
Color Harmonies of #4AEFF3
Complementary color
Monochromatic Colors of #4AEFF3
Black with #4AEFF3
Text Example
Text Example
White with #4AEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFF3; }
p { color: rgb(74,239,243); }
H1.HeaderClassName
{
color: #4AEFF3;
}
.AnyTagClassName
{
color: #4AEFF3;
}
</style>
background-color css
<style>
a { background-color: #4AEFF3; }
a { background-color: rgb(74,239,243); }
div.DivClassName
{
background-color: #4AEFF3;
}
.BgClassName
{
background-color: #4AEFF3;
}
</style>
border-color css
<style>
span { border-color: #4AEFF3; }
span { border-color: rgb(74,239,243); }
td.TdClassName
{
border-color: #4AEFF3;
}
.TagClassName
{
border-color: #4AEFF3;
}
</style>