Shades of Turquoise #4AF3EF
Tints of Turquoise #4AF3EF
RGB
CMYK
RGB Variations
Color information
#4AF3EF (or 0x4AF3EF) is known color: Turquoise. HEX triplet: 4A, F3 and EF. RGB value is (74,243,239). Sum of RGB (Red+Green+Blue) = 74+243+239=556 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.31% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF3EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF3EF is #B50C10. Grayscale: #BFBFBF. Windows color (decimal): -11865105 or 15725386. OLE color: 15725386.
HSL color Cylindrical-coordinate representation of color #4AF3EF: hue angle of 178.58º 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 #4AF3EF is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 239 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.05 |
| HSL | 178.58º | 0.88% | 0.62% | - |
| HSV(B) | 178.58º | 0.7% | 0.95% | - |
| XYZ | 50.45 | 71.79 | 92.86 | - |
| YUV | 192.01 | 154.51 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 239 | 0.70 | 0 | 0.02 | 0.05 | 178.58 | 0.88 | 0.62 |
| Hex | 4A | F3 | EF | 46 | 0 | 2 | 5 | B3 | 58 | 3E |
| Octal | 112 | 363 | 357 | 106 | 0 | 2 | 5 | 263 | 130 | 76 |
| Binary | 1001010 | 11110011 | 11101111 | 1000110 | 0 | 10 | 101 | 10110011 | 1011000 | 111110 |
Color Harmonies of #4AF3EF
Complementary color
Monochromatic Colors of #4AF3EF
Black with #4AF3EF
Text Example
Text Example
White with #4AF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3EF; }
p { color: rgb(74,243,239); }
H1.HeaderClassName
{
color: #4AF3EF;
}
.AnyTagClassName
{
color: #4AF3EF;
}
</style>
background-color css
<style>
a { background-color: #4AF3EF; }
a { background-color: rgb(74,243,239); }
div.DivClassName
{
background-color: #4AF3EF;
}
.BgClassName
{
background-color: #4AF3EF;
}
</style>
border-color css
<style>
span { border-color: #4AF3EF; }
span { border-color: rgb(74,243,239); }
td.TdClassName
{
border-color: #4AF3EF;
}
.TagClassName
{
border-color: #4AF3EF;
}
</style>