Shades of Turquoise #3AF5DA
Tints of Turquoise #3AF5DA
RGB
CMYK
RGB Variations
Color information
#3AF5DA (or 0x3AF5DA) is known color: Turquoise. HEX triplet: 3A, F5 and DA. RGB value is (58,245,218). Sum of RGB (Red+Green+Blue) = 58+245+218=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF5DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF5DA is #C50A25. Grayscale: #B9B9B9. Windows color (decimal): -12913190 or 14349626. OLE color: 14349626.
HSL color Cylindrical-coordinate representation of color #3AF5DA: hue angle of 171.34º degrees, saturation: 0.9, 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 #3AF5DA is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 218 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.04 |
| HSL | 171.34º | 0.9% | 0.59% | - |
| HSV(B) | 171.34º | 0.76% | 0.96% | - |
| XYZ | 47.05 | 71.27 | 77.61 | - |
| YUV | 186.01 | 146.05 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 218 | 0.76 | 0 | 0.11 | 0.04 | 171.34 | 0.9 | 0.59 |
| Hex | 3A | F5 | DA | 4C | 0 | B | 4 | AB | 5A | 3B |
| Octal | 72 | 365 | 332 | 114 | 0 | 13 | 4 | 253 | 132 | 73 |
| Binary | 111010 | 11110101 | 11011010 | 1001100 | 0 | 1011 | 100 | 10101011 | 1011010 | 111011 |
Color Harmonies of #3AF5DA
Complementary color
Monochromatic Colors of #3AF5DA
Black with #3AF5DA
Text Example
Text Example
White with #3AF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF5DA; }
p { color: rgb(58,245,218); }
H1.HeaderClassName
{
color: #3AF5DA;
}
.AnyTagClassName
{
color: #3AF5DA;
}
</style>
background-color css
<style>
a { background-color: #3AF5DA; }
a { background-color: rgb(58,245,218); }
div.DivClassName
{
background-color: #3AF5DA;
}
.BgClassName
{
background-color: #3AF5DA;
}
</style>
border-color css
<style>
span { border-color: #3AF5DA; }
span { border-color: rgb(58,245,218); }
td.TdClassName
{
border-color: #3AF5DA;
}
.TagClassName
{
border-color: #3AF5DA;
}
</style>