Shades of Turquoise #3AFACD
Tints of Turquoise #3AFACD
RGB
CMYK
RGB Variations
Color information
#3AFACD (or 0x3AFACD) is known color: Turquoise. HEX triplet: 3A, FA and CD. RGB value is (58,250,205). Sum of RGB (Red+Green+Blue) = 58+250+205=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFACD is #C50532. Grayscale: #BBBBBB. Windows color (decimal): -12911923 or 13498938. OLE color: 13498938.
HSL color Cylindrical-coordinate representation of color #3AFACD: hue angle of 165.94º 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 #3AFACD is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 205 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.02 |
| HSL | 165.94º | 0.95% | 0.6% | - |
| HSV(B) | 165.94º | 0.77% | 0.98% | - |
| XYZ | 46.95 | 73.68 | 69.5 | - |
| YUV | 187.46 | 137.89 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 205 | 0.77 | 0 | 0.18 | 0.02 | 165.94 | 0.95 | 0.6 |
| Hex | 3A | FA | CD | 4D | 0 | 12 | 2 | A6 | 5F | 3C |
| Octal | 72 | 372 | 315 | 115 | 0 | 22 | 2 | 246 | 137 | 74 |
| Binary | 111010 | 11111010 | 11001101 | 1001101 | 0 | 10010 | 10 | 10100110 | 1011111 | 111100 |
Color Harmonies of #3AFACD
Complementary color
Monochromatic Colors of #3AFACD
Black with #3AFACD
Text Example
Text Example
White with #3AFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFACD; }
p { color: rgb(58,250,205); }
H1.HeaderClassName
{
color: #3AFACD;
}
.AnyTagClassName
{
color: #3AFACD;
}
</style>
background-color css
<style>
a { background-color: #3AFACD; }
a { background-color: rgb(58,250,205); }
div.DivClassName
{
background-color: #3AFACD;
}
.BgClassName
{
background-color: #3AFACD;
}
</style>
border-color css
<style>
span { border-color: #3AFACD; }
span { border-color: rgb(58,250,205); }
td.TdClassName
{
border-color: #3AFACD;
}
.TagClassName
{
border-color: #3AFACD;
}
</style>