Shades of Turquoise #3AFDE0
Tints of Turquoise #3AFDE0
RGB
CMYK
RGB Variations
Color information
#3AFDE0 (or 0x3AFDE0) is known color: Turquoise. HEX triplet: 3A, FD and E0. RGB value is (58,253,224). Sum of RGB (Red+Green+Blue) = 58+253+224=535 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.84% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDE0 is #C5021F. Grayscale: #BFBFBF. Windows color (decimal): -12911136 or 14744890. OLE color: 14744890.
HSL color Cylindrical-coordinate representation of color #3AFDE0: hue angle of 171.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 #3AFDE0 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 224 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.01 |
| HSL | 171.08º | 0.98% | 0.61% | - |
| HSV(B) | 171.08º | 0.77% | 0.99% | - |
| XYZ | 50.32 | 76.53 | 82.64 | - |
| YUV | 191.39 | 146.4 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 224 | 0.77 | 0 | 0.11 | 0.01 | 171.08 | 0.98 | 0.61 |
| Hex | 3A | FD | E0 | 4D | 0 | B | 1 | AB | 62 | 3D |
| Octal | 72 | 375 | 340 | 115 | 0 | 13 | 1 | 253 | 142 | 75 |
| Binary | 111010 | 11111101 | 11100000 | 1001101 | 0 | 1011 | 1 | 10101011 | 1100010 | 111101 |
Color Harmonies of #3AFDE0
Complementary color
Monochromatic Colors of #3AFDE0
Black with #3AFDE0
Text Example
Text Example
White with #3AFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDE0; }
p { color: rgb(58,253,224); }
H1.HeaderClassName
{
color: #3AFDE0;
}
.AnyTagClassName
{
color: #3AFDE0;
}
</style>
background-color css
<style>
a { background-color: #3AFDE0; }
a { background-color: rgb(58,253,224); }
div.DivClassName
{
background-color: #3AFDE0;
}
.BgClassName
{
background-color: #3AFDE0;
}
</style>
border-color css
<style>
span { border-color: #3AFDE0; }
span { border-color: rgb(58,253,224); }
td.TdClassName
{
border-color: #3AFDE0;
}
.TagClassName
{
border-color: #3AFDE0;
}
</style>