Shades of Turquoise #3AF4D5
Tints of Turquoise #3AF4D5
RGB
CMYK
RGB Variations
Color information
#3AF4D5 (or 0x3AF4D5) is known color: Turquoise. HEX triplet: 3A, F4 and D5. RGB value is (58,244,213). Sum of RGB (Red+Green+Blue) = 58+244+213=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF4D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF4D5 is #C50B2A. Grayscale: #B8B8B8. Windows color (decimal): -12913451 or 14021690. OLE color: 14021690.
HSL color Cylindrical-coordinate representation of color #3AF4D5: hue angle of 170º 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 #3AF4D5 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 213 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.04 |
| HSL | 170º | 0.89% | 0.59% | - |
| HSV(B) | 170º | 0.76% | 0.96% | - |
| XYZ | 46.11 | 70.41 | 74.11 | - |
| YUV | 184.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 213 | 0.76 | 0 | 0.13 | 0.04 | 170 | 0.89 | 0.59 |
| Hex | 3A | F4 | D5 | 4C | 0 | D | 4 | AA | 59 | 3B |
| Octal | 72 | 364 | 325 | 114 | 0 | 15 | 4 | 252 | 131 | 73 |
| Binary | 111010 | 11110100 | 11010101 | 1001100 | 0 | 1101 | 100 | 10101010 | 1011001 | 111011 |
Color Harmonies of #3AF4D5
Complementary color
Monochromatic Colors of #3AF4D5
Black with #3AF4D5
Text Example
Text Example
White with #3AF4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF4D5; }
p { color: rgb(58,244,213); }
H1.HeaderClassName
{
color: #3AF4D5;
}
.AnyTagClassName
{
color: #3AF4D5;
}
</style>
background-color css
<style>
a { background-color: #3AF4D5; }
a { background-color: rgb(58,244,213); }
div.DivClassName
{
background-color: #3AF4D5;
}
.BgClassName
{
background-color: #3AF4D5;
}
</style>
border-color css
<style>
span { border-color: #3AF4D5; }
span { border-color: rgb(58,244,213); }
td.TdClassName
{
border-color: #3AF4D5;
}
.TagClassName
{
border-color: #3AF4D5;
}
</style>