Shades of Turquoise #3AFAD4
Tints of Turquoise #3AFAD4
RGB
CMYK
RGB Variations
Color information
#3AFAD4 (or 0x3AFAD4) is known color: Turquoise. HEX triplet: 3A, FA and D4. RGB value is (58,250,212). Sum of RGB (Red+Green+Blue) = 58+250+212=520 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.15% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFAD4 is #C5052B. Grayscale: #BCBCBC. Windows color (decimal): -12911916 or 13957690. OLE color: 13957690.
HSL color Cylindrical-coordinate representation of color #3AFAD4: hue angle of 168.12º 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 #3AFAD4 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 212 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.02 |
| HSL | 168.13º | 0.95% | 0.6% | - |
| HSV(B) | 168.13º | 0.77% | 0.98% | - |
| XYZ | 47.81 | 74.02 | 74.06 | - |
| YUV | 188.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 212 | 0.77 | 0 | 0.15 | 0.02 | 168.13 | 0.95 | 0.6 |
| Hex | 3A | FA | D4 | 4D | 0 | F | 2 | A8 | 5F | 3C |
| Octal | 72 | 372 | 324 | 115 | 0 | 17 | 2 | 250 | 137 | 74 |
| Binary | 111010 | 11111010 | 11010100 | 1001101 | 0 | 1111 | 10 | 10101000 | 1011111 | 111100 |
Color Harmonies of #3AFAD4
Complementary color
Monochromatic Colors of #3AFAD4
Black with #3AFAD4
Text Example
Text Example
White with #3AFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFAD4; }
p { color: rgb(58,250,212); }
H1.HeaderClassName
{
color: #3AFAD4;
}
.AnyTagClassName
{
color: #3AFAD4;
}
</style>
background-color css
<style>
a { background-color: #3AFAD4; }
a { background-color: rgb(58,250,212); }
div.DivClassName
{
background-color: #3AFAD4;
}
.BgClassName
{
background-color: #3AFAD4;
}
</style>
border-color css
<style>
span { border-color: #3AFAD4; }
span { border-color: rgb(58,250,212); }
td.TdClassName
{
border-color: #3AFAD4;
}
.TagClassName
{
border-color: #3AFAD4;
}
</style>