Shades of Turquoise #3AFDC5
Tints of Turquoise #3AFDC5
RGB
CMYK
RGB Variations
Color information
#3AFDC5 (or 0x3AFDC5) is known color: Turquoise. HEX triplet: 3A, FD and C5. RGB value is (58,253,197). Sum of RGB (Red+Green+Blue) = 58+253+197=508 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.42% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDC5 is #C5023A. Grayscale: #BCBCBC. Windows color (decimal): -12911163 or 12975418. OLE color: 12975418.
HSL color Cylindrical-coordinate representation of color #3AFDC5: hue angle of 162.77º 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 #3AFDC5 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 197 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.01 |
| HSL | 162.77º | 0.98% | 0.61% | - |
| HSV(B) | 162.77º | 0.77% | 0.99% | - |
| XYZ | 46.95 | 75.18 | 64.86 | - |
| YUV | 188.31 | 132.9 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 197 | 0.77 | 0 | 0.22 | 0.01 | 162.77 | 0.98 | 0.61 |
| Hex | 3A | FD | C5 | 4D | 0 | 16 | 1 | A3 | 62 | 3D |
| Octal | 72 | 375 | 305 | 115 | 0 | 26 | 1 | 243 | 142 | 75 |
| Binary | 111010 | 11111101 | 11000101 | 1001101 | 0 | 10110 | 1 | 10100011 | 1100010 | 111101 |
Color Harmonies of #3AFDC5
Complementary color
Monochromatic Colors of #3AFDC5
Black with #3AFDC5
Text Example
Text Example
White with #3AFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDC5; }
p { color: rgb(58,253,197); }
H1.HeaderClassName
{
color: #3AFDC5;
}
.AnyTagClassName
{
color: #3AFDC5;
}
</style>
background-color css
<style>
a { background-color: #3AFDC5; }
a { background-color: rgb(58,253,197); }
div.DivClassName
{
background-color: #3AFDC5;
}
.BgClassName
{
background-color: #3AFDC5;
}
</style>
border-color css
<style>
span { border-color: #3AFDC5; }
span { border-color: rgb(58,253,197); }
td.TdClassName
{
border-color: #3AFDC5;
}
.TagClassName
{
border-color: #3AFDC5;
}
</style>