Shades of Turquoise #3AF2D9
Tints of Turquoise #3AF2D9
RGB
CMYK
RGB Variations
Color information
#3AF2D9 (or 0x3AF2D9) is known color: Turquoise. HEX triplet: 3A, F2 and D9. RGB value is (58,242,217). Sum of RGB (Red+Green+Blue) = 58+242+217=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2D9 is #C50D26. Grayscale: #B8B8B8. Windows color (decimal): -12913959 or 14283322. OLE color: 14283322.
HSL color Cylindrical-coordinate representation of color #3AF2D9: hue angle of 171.85º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF2D9 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 217 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.05 |
| HSL | 171.85º | 0.88% | 0.59% | - |
| HSV(B) | 171.85º | 0.76% | 0.95% | - |
| XYZ | 46.02 | 69.41 | 76.62 | - |
| YUV | 184.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 217 | 0.76 | 0 | 0.10 | 0.05 | 171.85 | 0.88 | 0.59 |
| Hex | 3A | F2 | D9 | 4C | 0 | A | 5 | AC | 58 | 3B |
| Octal | 72 | 362 | 331 | 114 | 0 | 12 | 5 | 254 | 130 | 73 |
| Binary | 111010 | 11110010 | 11011001 | 1001100 | 0 | 1010 | 101 | 10101100 | 1011000 | 111011 |
Color Harmonies of #3AF2D9
Complementary color
Monochromatic Colors of #3AF2D9
Black with #3AF2D9
Text Example
Text Example
White with #3AF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF2D9; }
p { color: rgb(58,242,217); }
H1.HeaderClassName
{
color: #3AF2D9;
}
.AnyTagClassName
{
color: #3AF2D9;
}
</style>
background-color css
<style>
a { background-color: #3AF2D9; }
a { background-color: rgb(58,242,217); }
div.DivClassName
{
background-color: #3AF2D9;
}
.BgClassName
{
background-color: #3AF2D9;
}
</style>
border-color css
<style>
span { border-color: #3AF2D9; }
span { border-color: rgb(58,242,217); }
td.TdClassName
{
border-color: #3AF2D9;
}
.TagClassName
{
border-color: #3AF2D9;
}
</style>