Shades of Turquoise #3AEED0
Tints of Turquoise #3AEED0
RGB
CMYK
RGB Variations
Color information
#3AEED0 (or 0x3AEED0) is known color: Turquoise. HEX triplet: 3A, EE and D0. RGB value is (58,238,208). Sum of RGB (Red+Green+Blue) = 58+238+208=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEED0 is #C5112F. Grayscale: #B4B4B4. Windows color (decimal): -12914992 or 13692474. OLE color: 13692474.
HSL color Cylindrical-coordinate representation of color #3AEED0: hue angle of 170º degrees, saturation: 0.84, 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 #3AEED0 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 208 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.07 |
| HSL | 170º | 0.84% | 0.58% | - |
| HSV(B) | 170º | 0.76% | 0.93% | - |
| XYZ | 43.7 | 66.6 | 70.23 | - |
| YUV | 180.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 208 | 0.76 | 0 | 0.13 | 0.07 | 170 | 0.84 | 0.58 |
| Hex | 3A | EE | D0 | 4C | 0 | D | 7 | AA | 54 | 3A |
| Octal | 72 | 356 | 320 | 114 | 0 | 15 | 7 | 252 | 124 | 72 |
| Binary | 111010 | 11101110 | 11010000 | 1001100 | 0 | 1101 | 111 | 10101010 | 1010100 | 111010 |
Color Harmonies of #3AEED0
Complementary color
Monochromatic Colors of #3AEED0
Black with #3AEED0
Text Example
Text Example
White with #3AEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEED0; }
p { color: rgb(58,238,208); }
H1.HeaderClassName
{
color: #3AEED0;
}
.AnyTagClassName
{
color: #3AEED0;
}
</style>
background-color css
<style>
a { background-color: #3AEED0; }
a { background-color: rgb(58,238,208); }
div.DivClassName
{
background-color: #3AEED0;
}
.BgClassName
{
background-color: #3AEED0;
}
</style>
border-color css
<style>
span { border-color: #3AEED0; }
span { border-color: rgb(58,238,208); }
td.TdClassName
{
border-color: #3AEED0;
}
.TagClassName
{
border-color: #3AEED0;
}
</style>