Shades of Turquoise #3AFEC8
Tints of Turquoise #3AFEC8
RGB
CMYK
RGB Variations
Color information
#3AFEC8 (or 0x3AFEC8) is known color: Turquoise. HEX triplet: 3A, FE and C8. RGB value is (58,254,200). Sum of RGB (Red+Green+Blue) = 58+254+200=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEC8 is #C50137. Grayscale: #BDBDBD. Windows color (decimal): -12910904 or 13172282. OLE color: 13172282.
HSL color Cylindrical-coordinate representation of color #3AFEC8: hue angle of 163.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEC8 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 200 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.00 |
| HSL | 163.47º | 0.99% | 0.61% | - |
| HSV(B) | 163.47º | 0.77% | 1% | - |
| XYZ | 47.61 | 75.95 | 66.79 | - |
| YUV | 189.24 | 134.07 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 200 | 0.77 | 0 | 0.21 | 0.00 | 163.47 | 0.99 | 0.61 |
| Hex | 3A | FE | C8 | 4D | 0 | 15 | 0 | A3 | 63 | 3D |
| Octal | 72 | 376 | 310 | 115 | 0 | 25 | 0 | 243 | 143 | 75 |
| Binary | 111010 | 11111110 | 11001000 | 1001101 | 0 | 10101 | 0 | 10100011 | 1100011 | 111101 |
Color Harmonies of #3AFEC8
Complementary color
Monochromatic Colors of #3AFEC8
Black with #3AFEC8
Text Example
Text Example
White with #3AFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEC8; }
p { color: rgb(58,254,200); }
H1.HeaderClassName
{
color: #3AFEC8;
}
.AnyTagClassName
{
color: #3AFEC8;
}
</style>
background-color css
<style>
a { background-color: #3AFEC8; }
a { background-color: rgb(58,254,200); }
div.DivClassName
{
background-color: #3AFEC8;
}
.BgClassName
{
background-color: #3AFEC8;
}
</style>
border-color css
<style>
span { border-color: #3AFEC8; }
span { border-color: rgb(58,254,200); }
td.TdClassName
{
border-color: #3AFEC8;
}
.TagClassName
{
border-color: #3AFEC8;
}
</style>