Shades of Turquoise #3AFEDE
Tints of Turquoise #3AFEDE
RGB
CMYK
RGB Variations
Color information
#3AFEDE (or 0x3AFEDE) is known color: Turquoise. HEX triplet: 3A, FE and DE. RGB value is (58,254,222). Sum of RGB (Red+Green+Blue) = 58+254+222=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFEDE is #C50121. Grayscale: #BFBFBF. Windows color (decimal): -12910882 or 14614074. OLE color: 14614074.
HSL color Cylindrical-coordinate representation of color #3AFEDE: hue angle of 170.2º 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 #3AFEDE is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 222 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.00 |
| HSL | 170.2º | 0.99% | 0.61% | - |
| HSV(B) | 170.2º | 0.77% | 1% | - |
| XYZ | 50.37 | 77.06 | 81.33 | - |
| YUV | 191.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 222 | 0.77 | 0 | 0.13 | 0.00 | 170.2 | 0.99 | 0.61 |
| Hex | 3A | FE | DE | 4D | 0 | D | 0 | AA | 63 | 3D |
| Octal | 72 | 376 | 336 | 115 | 0 | 15 | 0 | 252 | 143 | 75 |
| Binary | 111010 | 11111110 | 11011110 | 1001101 | 0 | 1101 | 0 | 10101010 | 1100011 | 111101 |
Color Harmonies of #3AFEDE
Complementary color
Monochromatic Colors of #3AFEDE
Black with #3AFEDE
Text Example
Text Example
White with #3AFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEDE; }
p { color: rgb(58,254,222); }
H1.HeaderClassName
{
color: #3AFEDE;
}
.AnyTagClassName
{
color: #3AFEDE;
}
</style>
background-color css
<style>
a { background-color: #3AFEDE; }
a { background-color: rgb(58,254,222); }
div.DivClassName
{
background-color: #3AFEDE;
}
.BgClassName
{
background-color: #3AFEDE;
}
</style>
border-color css
<style>
span { border-color: #3AFEDE; }
span { border-color: rgb(58,254,222); }
td.TdClassName
{
border-color: #3AFEDE;
}
.TagClassName
{
border-color: #3AFEDE;
}
</style>