Shades of Turquoise #3AFACA
Tints of Turquoise #3AFACA
RGB
CMYK
RGB Variations
Color information
#3AFACA (or 0x3AFACA) is known color: Turquoise. HEX triplet: 3A, FA and CA. RGB value is (58,250,202). Sum of RGB (Red+Green+Blue) = 58+250+202=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFACA is #C50535. Grayscale: #BBBBBB. Windows color (decimal): -12911926 or 13302330. OLE color: 13302330.
HSL color Cylindrical-coordinate representation of color #3AFACA: hue angle of 165º 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 #3AFACA is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 202 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.02 |
| HSL | 165º | 0.95% | 0.6% | - |
| HSV(B) | 165º | 0.77% | 0.98% | - |
| XYZ | 46.59 | 73.54 | 67.62 | - |
| YUV | 187.12 | 136.39 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 202 | 0.77 | 0 | 0.19 | 0.02 | 165 | 0.95 | 0.6 |
| Hex | 3A | FA | CA | 4D | 0 | 13 | 2 | A5 | 5F | 3C |
| Octal | 72 | 372 | 312 | 115 | 0 | 23 | 2 | 245 | 137 | 74 |
| Binary | 111010 | 11111010 | 11001010 | 1001101 | 0 | 10011 | 10 | 10100101 | 1011111 | 111100 |
Color Harmonies of #3AFACA
Complementary color
Monochromatic Colors of #3AFACA
Black with #3AFACA
Text Example
Text Example
White with #3AFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFACA; }
p { color: rgb(58,250,202); }
H1.HeaderClassName
{
color: #3AFACA;
}
.AnyTagClassName
{
color: #3AFACA;
}
</style>
background-color css
<style>
a { background-color: #3AFACA; }
a { background-color: rgb(58,250,202); }
div.DivClassName
{
background-color: #3AFACA;
}
.BgClassName
{
background-color: #3AFACA;
}
</style>
border-color css
<style>
span { border-color: #3AFACA; }
span { border-color: rgb(58,250,202); }
td.TdClassName
{
border-color: #3AFACA;
}
.TagClassName
{
border-color: #3AFACA;
}
</style>