Shades of Turquoise #3AF4E3
Tints of Turquoise #3AF4E3
RGB
CMYK
RGB Variations
Color information
#3AF4E3 (or 0x3AF4E3) is known color: Turquoise. HEX triplet: 3A, F4 and E3. RGB value is (58,244,227). Sum of RGB (Red+Green+Blue) = 58+244+227=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF4E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF4E3 is #C50B1C. Grayscale: #BABABA. Windows color (decimal): -12913437 or 14939194. OLE color: 14939194.
HSL color Cylindrical-coordinate representation of color #3AF4E3: hue angle of 174.52º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF4E3 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 227 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.04 |
| HSL | 174.52º | 0.89% | 0.59% | - |
| HSV(B) | 174.52º | 0.76% | 0.96% | - |
| XYZ | 47.96 | 71.15 | 83.88 | - |
| YUV | 186.45 | 150.88 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 227 | 0.76 | 0 | 0.07 | 0.04 | 174.52 | 0.89 | 0.59 |
| Hex | 3A | F4 | E3 | 4C | 0 | 7 | 4 | AF | 59 | 3B |
| Octal | 72 | 364 | 343 | 114 | 0 | 7 | 4 | 257 | 131 | 73 |
| Binary | 111010 | 11110100 | 11100011 | 1001100 | 0 | 111 | 100 | 10101111 | 1011001 | 111011 |
Color Harmonies of #3AF4E3
Complementary color
Monochromatic Colors of #3AF4E3
Black with #3AF4E3
Text Example
Text Example
White with #3AF4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF4E3; }
p { color: rgb(58,244,227); }
H1.HeaderClassName
{
color: #3AF4E3;
}
.AnyTagClassName
{
color: #3AF4E3;
}
</style>
background-color css
<style>
a { background-color: #3AF4E3; }
a { background-color: rgb(58,244,227); }
div.DivClassName
{
background-color: #3AF4E3;
}
.BgClassName
{
background-color: #3AF4E3;
}
</style>
border-color css
<style>
span { border-color: #3AF4E3; }
span { border-color: rgb(58,244,227); }
td.TdClassName
{
border-color: #3AF4E3;
}
.TagClassName
{
border-color: #3AF4E3;
}
</style>