Shades of Turquoise #3AF7E3
Tints of Turquoise #3AF7E3
RGB
CMYK
RGB Variations
Color information
#3AF7E3 (or 0x3AF7E3) is known color: Turquoise. HEX triplet: 3A, F7 and E3. RGB value is (58,247,227). Sum of RGB (Red+Green+Blue) = 58+247+227=532 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.90% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF7E3 is #C5081C. Grayscale: #BCBCBC. Windows color (decimal): -12912669 or 14939962. OLE color: 14939962.
HSL color Cylindrical-coordinate representation of color #3AF7E3: hue angle of 173.65º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF7E3 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 227 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.03 |
| HSL | 173.65º | 0.92% | 0.6% | - |
| HSV(B) | 173.65º | 0.77% | 0.97% | - |
| XYZ | 48.87 | 72.97 | 84.18 | - |
| YUV | 188.21 | 149.88 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 227 | 0.77 | 0 | 0.08 | 0.03 | 173.65 | 0.92 | 0.6 |
| Hex | 3A | F7 | E3 | 4D | 0 | 8 | 3 | AE | 5C | 3C |
| Octal | 72 | 367 | 343 | 115 | 0 | 10 | 3 | 256 | 134 | 74 |
| Binary | 111010 | 11110111 | 11100011 | 1001101 | 0 | 1000 | 11 | 10101110 | 1011100 | 111100 |
Color Harmonies of #3AF7E3
Complementary color
Monochromatic Colors of #3AF7E3
Black with #3AF7E3
Text Example
Text Example
White with #3AF7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF7E3; }
p { color: rgb(58,247,227); }
H1.HeaderClassName
{
color: #3AF7E3;
}
.AnyTagClassName
{
color: #3AF7E3;
}
</style>
background-color css
<style>
a { background-color: #3AF7E3; }
a { background-color: rgb(58,247,227); }
div.DivClassName
{
background-color: #3AF7E3;
}
.BgClassName
{
background-color: #3AF7E3;
}
</style>
border-color css
<style>
span { border-color: #3AF7E3; }
span { border-color: rgb(58,247,227); }
td.TdClassName
{
border-color: #3AF7E3;
}
.TagClassName
{
border-color: #3AF7E3;
}
</style>