Shades of Turquoise #3AECCF
Tints of Turquoise #3AECCF
RGB
CMYK
RGB Variations
Color information
#3AECCF (or 0x3AECCF) is known color: Turquoise. HEX triplet: 3A, EC and CF. RGB value is (58,236,207). Sum of RGB (Red+Green+Blue) = 58+236+207=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECCF is #C51330. Grayscale: #B3B3B3. Windows color (decimal): -12915505 or 13626426. OLE color: 13626426.
HSL color Cylindrical-coordinate representation of color #3AECCF: hue angle of 170.22º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AECCF is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 207 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.07 |
| HSL | 170.22º | 0.82% | 0.58% | - |
| HSV(B) | 170.22º | 0.75% | 0.93% | - |
| XYZ | 43 | 65.4 | 69.39 | - |
| YUV | 179.47 | 143.53 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 207 | 0.75 | 0 | 0.12 | 0.07 | 170.22 | 0.82 | 0.58 |
| Hex | 3A | EC | CF | 4B | 0 | C | 7 | AA | 52 | 3A |
| Octal | 72 | 354 | 317 | 113 | 0 | 14 | 7 | 252 | 122 | 72 |
| Binary | 111010 | 11101100 | 11001111 | 1001011 | 0 | 1100 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3AECCF
Complementary color
Monochromatic Colors of #3AECCF
Black with #3AECCF
Text Example
Text Example
White with #3AECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECCF; }
p { color: rgb(58,236,207); }
H1.HeaderClassName
{
color: #3AECCF;
}
.AnyTagClassName
{
color: #3AECCF;
}
</style>
background-color css
<style>
a { background-color: #3AECCF; }
a { background-color: rgb(58,236,207); }
div.DivClassName
{
background-color: #3AECCF;
}
.BgClassName
{
background-color: #3AECCF;
}
</style>
border-color css
<style>
span { border-color: #3AECCF; }
span { border-color: rgb(58,236,207); }
td.TdClassName
{
border-color: #3AECCF;
}
.TagClassName
{
border-color: #3AECCF;
}
</style>