Shades of Turquoise #3AEDCE
Tints of Turquoise #3AEDCE
RGB
CMYK
RGB Variations
Color information
#3AEDCE (or 0x3AEDCE) is known color: Turquoise. HEX triplet: 3A, ED and CE. RGB value is (58,237,206). Sum of RGB (Red+Green+Blue) = 58+237+206=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDCE is #C51231. Grayscale: #B3B3B3. Windows color (decimal): -12915250 or 13561146. OLE color: 13561146.
HSL color Cylindrical-coordinate representation of color #3AEDCE: hue angle of 169.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDCE is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 206 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.07 |
| HSL | 169.61º | 0.83% | 0.58% | - |
| HSV(B) | 169.61º | 0.76% | 0.93% | - |
| XYZ | 43.17 | 65.92 | 68.84 | - |
| YUV | 179.95 | 142.7 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 206 | 0.76 | 0 | 0.13 | 0.07 | 169.61 | 0.83 | 0.58 |
| Hex | 3A | ED | CE | 4C | 0 | D | 7 | AA | 53 | 3A |
| Octal | 72 | 355 | 316 | 114 | 0 | 15 | 7 | 252 | 123 | 72 |
| Binary | 111010 | 11101101 | 11001110 | 1001100 | 0 | 1101 | 111 | 10101010 | 1010011 | 111010 |
Color Harmonies of #3AEDCE
Complementary color
Monochromatic Colors of #3AEDCE
Black with #3AEDCE
Text Example
Text Example
White with #3AEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDCE; }
p { color: rgb(58,237,206); }
H1.HeaderClassName
{
color: #3AEDCE;
}
.AnyTagClassName
{
color: #3AEDCE;
}
</style>
background-color css
<style>
a { background-color: #3AEDCE; }
a { background-color: rgb(58,237,206); }
div.DivClassName
{
background-color: #3AEDCE;
}
.BgClassName
{
background-color: #3AEDCE;
}
</style>
border-color css
<style>
span { border-color: #3AEDCE; }
span { border-color: rgb(58,237,206); }
td.TdClassName
{
border-color: #3AEDCE;
}
.TagClassName
{
border-color: #3AEDCE;
}
</style>