Shades of Turquoise #4AF3E6
Tints of Turquoise #4AF3E6
RGB
CMYK
RGB Variations
Color information
#4AF3E6 (or 0x4AF3E6) is known color: Turquoise. HEX triplet: 4A, F3 and E6. RGB value is (74,243,230). Sum of RGB (Red+Green+Blue) = 74+243+230=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF3E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF3E6 is #B50C19. Grayscale: #BEBEBE. Windows color (decimal): -11865114 or 15135562. OLE color: 15135562.
HSL color Cylindrical-coordinate representation of color #4AF3E6: hue angle of 175.38º 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 #4AF3E6 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 230 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.05 |
| HSL | 175.38º | 0.88% | 0.62% | - |
| HSV(B) | 175.38º | 0.7% | 0.95% | - |
| XYZ | 49.16 | 71.27 | 86.03 | - |
| YUV | 190.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 230 | 0.70 | 0 | 0.05 | 0.05 | 175.38 | 0.88 | 0.62 |
| Hex | 4A | F3 | E6 | 46 | 0 | 5 | 5 | AF | 58 | 3E |
| Octal | 112 | 363 | 346 | 106 | 0 | 5 | 5 | 257 | 130 | 76 |
| Binary | 1001010 | 11110011 | 11100110 | 1000110 | 0 | 101 | 101 | 10101111 | 1011000 | 111110 |
Color Harmonies of #4AF3E6
Complementary color
Monochromatic Colors of #4AF3E6
Black with #4AF3E6
Text Example
Text Example
White with #4AF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3E6; }
p { color: rgb(74,243,230); }
H1.HeaderClassName
{
color: #4AF3E6;
}
.AnyTagClassName
{
color: #4AF3E6;
}
</style>
background-color css
<style>
a { background-color: #4AF3E6; }
a { background-color: rgb(74,243,230); }
div.DivClassName
{
background-color: #4AF3E6;
}
.BgClassName
{
background-color: #4AF3E6;
}
</style>
border-color css
<style>
span { border-color: #4AF3E6; }
span { border-color: rgb(74,243,230); }
td.TdClassName
{
border-color: #4AF3E6;
}
.TagClassName
{
border-color: #4AF3E6;
}
</style>