Shades of Turquoise #3AFFC8
Tints of Turquoise #3AFFC8
RGB
CMYK
RGB Variations
Color information
#3AFFC8 (or 0x3AFFC8) is known color: Turquoise. HEX triplet: 3A, FF and C8. RGB value is (58,255,200). Sum of RGB (Red+Green+Blue) = 58+255+200=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFC8 is #C50037. Grayscale: #BDBDBD. Windows color (decimal): -12910648 or 13172538. OLE color: 13172538.
HSL color Cylindrical-coordinate representation of color #3AFFC8: hue angle of 163.25º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFC8 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 200 | - |
| CMYK | 0.77 | 0 | 0.22 | 0 |
| HSL | 163.25º | 1% | 0.61% | - |
| HSV(B) | 163.25º | 0.77% | 1% | - |
| XYZ | 47.93 | 76.59 | 66.9 | - |
| YUV | 189.83 | 133.73 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 200 | 0.77 | 0 | 0.22 | 0 | 163.25 | 1 | 0.61 |
| Hex | 3A | FF | C8 | 4D | 0 | 16 | 0 | A3 | 64 | 3D |
| Octal | 72 | 377 | 310 | 115 | 0 | 26 | 0 | 243 | 144 | 75 |
| Binary | 111010 | 11111111 | 11001000 | 1001101 | 0 | 10110 | 0 | 10100011 | 1100100 | 111101 |
Color Harmonies of #3AFFC8
Complementary color
Monochromatic Colors of #3AFFC8
Black with #3AFFC8
Text Example
Text Example
White with #3AFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFC8; }
p { color: rgb(58,255,200); }
H1.HeaderClassName
{
color: #3AFFC8;
}
.AnyTagClassName
{
color: #3AFFC8;
}
</style>
background-color css
<style>
a { background-color: #3AFFC8; }
a { background-color: rgb(58,255,200); }
div.DivClassName
{
background-color: #3AFFC8;
}
.BgClassName
{
background-color: #3AFFC8;
}
</style>
border-color css
<style>
span { border-color: #3AFFC8; }
span { border-color: rgb(58,255,200); }
td.TdClassName
{
border-color: #3AFFC8;
}
.TagClassName
{
border-color: #3AFFC8;
}
</style>