Shades of Turquoise #4AF0E6
Tints of Turquoise #4AF0E6
RGB
CMYK
RGB Variations
Color information
#4AF0E6 (or 0x4AF0E6) is known color: Turquoise. HEX triplet: 4A, F0 and E6. RGB value is (74,240,230). Sum of RGB (Red+Green+Blue) = 74+240+230=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF0E6 is #B50F19. Grayscale: #BDBDBD. Windows color (decimal): -11865882 or 15134794. OLE color: 15134794.
HSL color Cylindrical-coordinate representation of color #4AF0E6: hue angle of 176.39º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0E6 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 230 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.06 |
| HSL | 176.39º | 0.85% | 0.62% | - |
| HSV(B) | 176.39º | 0.69% | 0.94% | - |
| XYZ | 48.27 | 69.49 | 85.73 | - |
| YUV | 189.23 | 151 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 230 | 0.69 | 0 | 0.04 | 0.06 | 176.39 | 0.85 | 0.62 |
| Hex | 4A | F0 | E6 | 45 | 0 | 4 | 6 | B0 | 55 | 3E |
| Octal | 112 | 360 | 346 | 105 | 0 | 4 | 6 | 260 | 125 | 76 |
| Binary | 1001010 | 11110000 | 11100110 | 1000101 | 0 | 100 | 110 | 10110000 | 1010101 | 111110 |
Color Harmonies of #4AF0E6
Complementary color
Monochromatic Colors of #4AF0E6
Black with #4AF0E6
Text Example
Text Example
White with #4AF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF0E6; }
p { color: rgb(74,240,230); }
H1.HeaderClassName
{
color: #4AF0E6;
}
.AnyTagClassName
{
color: #4AF0E6;
}
</style>
background-color css
<style>
a { background-color: #4AF0E6; }
a { background-color: rgb(74,240,230); }
div.DivClassName
{
background-color: #4AF0E6;
}
.BgClassName
{
background-color: #4AF0E6;
}
</style>
border-color css
<style>
span { border-color: #4AF0E6; }
span { border-color: rgb(74,240,230); }
td.TdClassName
{
border-color: #4AF0E6;
}
.TagClassName
{
border-color: #4AF0E6;
}
</style>