Shades of Turquoise #3AEACF
Tints of Turquoise #3AEACF
RGB
CMYK
RGB Variations
Color information
#3AEACF (or 0x3AEACF) is known color: Turquoise. HEX triplet: 3A, EA and CF. RGB value is (58,234,207). Sum of RGB (Red+Green+Blue) = 58+234+207=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEACF is #C51530. Grayscale: #B2B2B2. Windows color (decimal): -12916017 or 13625914. OLE color: 13625914.
HSL color Cylindrical-coordinate representation of color #3AEACF: hue angle of 170.8º degrees, saturation: 0.81, 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 #3AEACF is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 207 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.08 |
| HSL | 170.8º | 0.81% | 0.57% | - |
| HSV(B) | 170.8º | 0.75% | 0.92% | - |
| XYZ | 42.43 | 64.25 | 69.2 | - |
| YUV | 178.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 207 | 0.75 | 0 | 0.12 | 0.08 | 170.8 | 0.81 | 0.57 |
| Hex | 3A | EA | CF | 4B | 0 | C | 8 | AB | 51 | 39 |
| Octal | 72 | 352 | 317 | 113 | 0 | 14 | 10 | 253 | 121 | 71 |
| Binary | 111010 | 11101010 | 11001111 | 1001011 | 0 | 1100 | 1000 | 10101011 | 1010001 | 111001 |
Color Harmonies of #3AEACF
Complementary color
Monochromatic Colors of #3AEACF
Black with #3AEACF
Text Example
Text Example
White with #3AEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEACF; }
p { color: rgb(58,234,207); }
H1.HeaderClassName
{
color: #3AEACF;
}
.AnyTagClassName
{
color: #3AEACF;
}
</style>
background-color css
<style>
a { background-color: #3AEACF; }
a { background-color: rgb(58,234,207); }
div.DivClassName
{
background-color: #3AEACF;
}
.BgClassName
{
background-color: #3AEACF;
}
</style>
border-color css
<style>
span { border-color: #3AEACF; }
span { border-color: rgb(58,234,207); }
td.TdClassName
{
border-color: #3AEACF;
}
.TagClassName
{
border-color: #3AEACF;
}
</style>