Shades of Turquoise #3AFACE
Tints of Turquoise #3AFACE
RGB
CMYK
RGB Variations
Color information
#3AFACE (or 0x3AFACE) is known color: Turquoise. HEX triplet: 3A, FA and CE. RGB value is (58,250,206). Sum of RGB (Red+Green+Blue) = 58+250+206=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFACE is #C50531. Grayscale: #BBBBBB. Windows color (decimal): -12911922 or 13564474. OLE color: 13564474.
HSL color Cylindrical-coordinate representation of color #3AFACE: hue angle of 166.25º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFACE is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 206 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.02 |
| HSL | 166.25º | 0.95% | 0.6% | - |
| HSV(B) | 166.25º | 0.77% | 0.98% | - |
| XYZ | 47.07 | 73.73 | 70.14 | - |
| YUV | 187.58 | 138.39 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 206 | 0.77 | 0 | 0.18 | 0.02 | 166.25 | 0.95 | 0.6 |
| Hex | 3A | FA | CE | 4D | 0 | 12 | 2 | A6 | 5F | 3C |
| Octal | 72 | 372 | 316 | 115 | 0 | 22 | 2 | 246 | 137 | 74 |
| Binary | 111010 | 11111010 | 11001110 | 1001101 | 0 | 10010 | 10 | 10100110 | 1011111 | 111100 |
Color Harmonies of #3AFACE
Complementary color
Monochromatic Colors of #3AFACE
Black with #3AFACE
Text Example
Text Example
White with #3AFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFACE; }
p { color: rgb(58,250,206); }
H1.HeaderClassName
{
color: #3AFACE;
}
.AnyTagClassName
{
color: #3AFACE;
}
</style>
background-color css
<style>
a { background-color: #3AFACE; }
a { background-color: rgb(58,250,206); }
div.DivClassName
{
background-color: #3AFACE;
}
.BgClassName
{
background-color: #3AFACE;
}
</style>
border-color css
<style>
span { border-color: #3AFACE; }
span { border-color: rgb(58,250,206); }
td.TdClassName
{
border-color: #3AFACE;
}
.TagClassName
{
border-color: #3AFACE;
}
</style>