Shades of Turquoise #3AEBCF
Tints of Turquoise #3AEBCF
RGB
CMYK
RGB Variations
Color information
#3AEBCF (or 0x3AEBCF) is known color: Turquoise. HEX triplet: 3A, EB and CF. RGB value is (58,235,207). Sum of RGB (Red+Green+Blue) = 58+235+207=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBCF is #C51430. Grayscale: #B2B2B2. Windows color (decimal): -12915761 or 13626170. OLE color: 13626170.
HSL color Cylindrical-coordinate representation of color #3AEBCF: hue angle of 170.51º 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 #3AEBCF is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 235 | 207 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.08 |
| HSL | 170.51º | 0.82% | 0.57% | - |
| HSV(B) | 170.51º | 0.75% | 0.92% | - |
| XYZ | 42.72 | 64.82 | 69.29 | - |
| YUV | 178.89 | 143.86 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 235 | 207 | 0.75 | 0 | 0.12 | 0.08 | 170.51 | 0.82 | 0.57 |
| Hex | 3A | EB | CF | 4B | 0 | C | 8 | AB | 52 | 39 |
| Octal | 72 | 353 | 317 | 113 | 0 | 14 | 10 | 253 | 122 | 71 |
| Binary | 111010 | 11101011 | 11001111 | 1001011 | 0 | 1100 | 1000 | 10101011 | 1010010 | 111001 |
Color Harmonies of #3AEBCF
Complementary color
Monochromatic Colors of #3AEBCF
Black with #3AEBCF
Text Example
Text Example
White with #3AEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEBCF; }
p { color: rgb(58,235,207); }
H1.HeaderClassName
{
color: #3AEBCF;
}
.AnyTagClassName
{
color: #3AEBCF;
}
</style>
background-color css
<style>
a { background-color: #3AEBCF; }
a { background-color: rgb(58,235,207); }
div.DivClassName
{
background-color: #3AEBCF;
}
.BgClassName
{
background-color: #3AEBCF;
}
</style>
border-color css
<style>
span { border-color: #3AEBCF; }
span { border-color: rgb(58,235,207); }
td.TdClassName
{
border-color: #3AEBCF;
}
.TagClassName
{
border-color: #3AEBCF;
}
</style>