Shades of Turquoise #3AEBDD
Tints of Turquoise #3AEBDD
RGB
CMYK
RGB Variations
Color information
#3AEBDD (or 0x3AEBDD) is known color: Turquoise. HEX triplet: 3A, EB and DD. RGB value is (58,235,221). Sum of RGB (Red+Green+Blue) = 58+235+221=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBDD is #C51422. Grayscale: #B4B4B4. Windows color (decimal): -12915747 or 14543674. OLE color: 14543674.
HSL color Cylindrical-coordinate representation of color #3AEBDD: hue angle of 175.25º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBDD is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 235 | 221 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.08 |
| HSL | 175.25º | 0.82% | 0.57% | - |
| HSV(B) | 175.25º | 0.75% | 0.92% | - |
| XYZ | 44.5 | 65.54 | 78.71 | - |
| YUV | 180.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 235 | 221 | 0.75 | 0 | 0.06 | 0.08 | 175.25 | 0.82 | 0.57 |
| Hex | 3A | EB | DD | 4B | 0 | 6 | 8 | AF | 52 | 39 |
| Octal | 72 | 353 | 335 | 113 | 0 | 6 | 10 | 257 | 122 | 71 |
| Binary | 111010 | 11101011 | 11011101 | 1001011 | 0 | 110 | 1000 | 10101111 | 1010010 | 111001 |
Color Harmonies of #3AEBDD
Complementary color
Monochromatic Colors of #3AEBDD
Black with #3AEBDD
Text Example
Text Example
White with #3AEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEBDD; }
p { color: rgb(58,235,221); }
H1.HeaderClassName
{
color: #3AEBDD;
}
.AnyTagClassName
{
color: #3AEBDD;
}
</style>
background-color css
<style>
a { background-color: #3AEBDD; }
a { background-color: rgb(58,235,221); }
div.DivClassName
{
background-color: #3AEBDD;
}
.BgClassName
{
background-color: #3AEBDD;
}
</style>
border-color css
<style>
span { border-color: #3AEBDD; }
span { border-color: rgb(58,235,221); }
td.TdClassName
{
border-color: #3AEBDD;
}
.TagClassName
{
border-color: #3AEBDD;
}
</style>