Shades of Turquoise #3AFFC9
Tints of Turquoise #3AFFC9
RGB
CMYK
RGB Variations
Color information
#3AFFC9 (or 0x3AFFC9) is known color: Turquoise. HEX triplet: 3A, FF and C9. RGB value is (58,255,201). Sum of RGB (Red+Green+Blue) = 58+255+201=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFC9 is #C50036. Grayscale: #BDBDBD. Windows color (decimal): -12910647 or 13238074. OLE color: 13238074.
HSL color Cylindrical-coordinate representation of color #3AFFC9: hue angle of 163.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFC9 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 201 | - |
| CMYK | 0.77 | 0 | 0.21 | 0 |
| HSL | 163.55º | 1% | 0.61% | - |
| HSV(B) | 163.55º | 0.77% | 1% | - |
| XYZ | 48.05 | 76.64 | 67.52 | - |
| YUV | 189.94 | 134.23 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 201 | 0.77 | 0 | 0.21 | 0 | 163.55 | 1 | 0.61 |
| Hex | 3A | FF | C9 | 4D | 0 | 15 | 0 | A4 | 64 | 3D |
| Octal | 72 | 377 | 311 | 115 | 0 | 25 | 0 | 244 | 144 | 75 |
| Binary | 111010 | 11111111 | 11001001 | 1001101 | 0 | 10101 | 0 | 10100100 | 1100100 | 111101 |
Color Harmonies of #3AFFC9
Complementary color
Monochromatic Colors of #3AFFC9
Black with #3AFFC9
Text Example
Text Example
White with #3AFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFC9; }
p { color: rgb(58,255,201); }
H1.HeaderClassName
{
color: #3AFFC9;
}
.AnyTagClassName
{
color: #3AFFC9;
}
</style>
background-color css
<style>
a { background-color: #3AFFC9; }
a { background-color: rgb(58,255,201); }
div.DivClassName
{
background-color: #3AFFC9;
}
.BgClassName
{
background-color: #3AFFC9;
}
</style>
border-color css
<style>
span { border-color: #3AFFC9; }
span { border-color: rgb(58,255,201); }
td.TdClassName
{
border-color: #3AFFC9;
}
.TagClassName
{
border-color: #3AFFC9;
}
</style>