Shades of Turquoise #3AEFDD
Tints of Turquoise #3AEFDD
RGB
CMYK
RGB Variations
Color information
#3AEFDD (or 0x3AEFDD) is known color: Turquoise. HEX triplet: 3A, EF and DD. RGB value is (58,239,221). Sum of RGB (Red+Green+Blue) = 58+239+221=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEFDD is #C51022. Grayscale: #B6B6B6. Windows color (decimal): -12914723 or 14544698. OLE color: 14544698.
HSL color Cylindrical-coordinate representation of color #3AEFDD: hue angle of 174.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEFDD is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 239 | 221 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.06 |
| HSL | 174.03º | 0.85% | 0.58% | - |
| HSV(B) | 174.03º | 0.76% | 0.94% | - |
| XYZ | 45.66 | 67.85 | 79.1 | - |
| YUV | 182.83 | 149.53 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 239 | 221 | 0.76 | 0 | 0.08 | 0.06 | 174.03 | 0.85 | 0.58 |
| Hex | 3A | EF | DD | 4C | 0 | 8 | 6 | AE | 55 | 3A |
| Octal | 72 | 357 | 335 | 114 | 0 | 10 | 6 | 256 | 125 | 72 |
| Binary | 111010 | 11101111 | 11011101 | 1001100 | 0 | 1000 | 110 | 10101110 | 1010101 | 111010 |
Color Harmonies of #3AEFDD
Complementary color
Monochromatic Colors of #3AEFDD
Black with #3AEFDD
Text Example
Text Example
White with #3AEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEFDD; }
p { color: rgb(58,239,221); }
H1.HeaderClassName
{
color: #3AEFDD;
}
.AnyTagClassName
{
color: #3AEFDD;
}
</style>
background-color css
<style>
a { background-color: #3AEFDD; }
a { background-color: rgb(58,239,221); }
div.DivClassName
{
background-color: #3AEFDD;
}
.BgClassName
{
background-color: #3AEFDD;
}
</style>
border-color css
<style>
span { border-color: #3AEFDD; }
span { border-color: rgb(58,239,221); }
td.TdClassName
{
border-color: #3AEFDD;
}
.TagClassName
{
border-color: #3AEFDD;
}
</style>