Shades of Turquoise #3AFDC6
Tints of Turquoise #3AFDC6
RGB
CMYK
RGB Variations
Color information
#3AFDC6 (or 0x3AFDC6) is known color: Turquoise. HEX triplet: 3A, FD and C6. RGB value is (58,253,198). Sum of RGB (Red+Green+Blue) = 58+253+198=509 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.39% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDC6 is #C50239. Grayscale: #BCBCBC. Windows color (decimal): -12911162 or 13040954. OLE color: 13040954.
HSL color Cylindrical-coordinate representation of color #3AFDC6: hue angle of 163.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFDC6 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 198 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.01 |
| HSL | 163.08º | 0.98% | 0.61% | - |
| HSV(B) | 163.08º | 0.77% | 0.99% | - |
| XYZ | 47.06 | 75.23 | 65.47 | - |
| YUV | 188.43 | 133.4 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 198 | 0.77 | 0 | 0.22 | 0.01 | 163.08 | 0.98 | 0.61 |
| Hex | 3A | FD | C6 | 4D | 0 | 16 | 1 | A3 | 62 | 3D |
| Octal | 72 | 375 | 306 | 115 | 0 | 26 | 1 | 243 | 142 | 75 |
| Binary | 111010 | 11111101 | 11000110 | 1001101 | 0 | 10110 | 1 | 10100011 | 1100010 | 111101 |
Color Harmonies of #3AFDC6
Complementary color
Monochromatic Colors of #3AFDC6
Black with #3AFDC6
Text Example
Text Example
White with #3AFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDC6; }
p { color: rgb(58,253,198); }
H1.HeaderClassName
{
color: #3AFDC6;
}
.AnyTagClassName
{
color: #3AFDC6;
}
</style>
background-color css
<style>
a { background-color: #3AFDC6; }
a { background-color: rgb(58,253,198); }
div.DivClassName
{
background-color: #3AFDC6;
}
.BgClassName
{
background-color: #3AFDC6;
}
</style>
border-color css
<style>
span { border-color: #3AFDC6; }
span { border-color: rgb(58,253,198); }
td.TdClassName
{
border-color: #3AFDC6;
}
.TagClassName
{
border-color: #3AFDC6;
}
</style>