Shades of Turquoise #3AEDEA
Tints of Turquoise #3AEDEA
RGB
CMYK
RGB Variations
Color information
#3AEDEA (or 0x3AEDEA) is known color: Turquoise. HEX triplet: 3A, ED and EA. RGB value is (58,237,234). Sum of RGB (Red+Green+Blue) = 58+237+234=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDEA is #C51215. Grayscale: #B6B6B6. Windows color (decimal): -12915222 or 15396154. OLE color: 15396154.
HSL color Cylindrical-coordinate representation of color #3AEDEA: hue angle of 178.99º 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 #3AEDEA is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 234 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.07 |
| HSL | 178.99º | 0.83% | 0.58% | - |
| HSV(B) | 178.99º | 0.76% | 0.93% | - |
| XYZ | 46.88 | 67.41 | 88.38 | - |
| YUV | 183.14 | 156.7 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 234 | 0.76 | 0 | 0.01 | 0.07 | 178.99 | 0.83 | 0.58 |
| Hex | 3A | ED | EA | 4C | 0 | 1 | 7 | B3 | 53 | 3A |
| Octal | 72 | 355 | 352 | 114 | 0 | 1 | 7 | 263 | 123 | 72 |
| Binary | 111010 | 11101101 | 11101010 | 1001100 | 0 | 1 | 111 | 10110011 | 1010011 | 111010 |
Color Harmonies of #3AEDEA
Complementary color
Monochromatic Colors of #3AEDEA
Black with #3AEDEA
Text Example
Text Example
White with #3AEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDEA; }
p { color: rgb(58,237,234); }
H1.HeaderClassName
{
color: #3AEDEA;
}
.AnyTagClassName
{
color: #3AEDEA;
}
</style>
background-color css
<style>
a { background-color: #3AEDEA; }
a { background-color: rgb(58,237,234); }
div.DivClassName
{
background-color: #3AEDEA;
}
.BgClassName
{
background-color: #3AEDEA;
}
</style>
border-color css
<style>
span { border-color: #3AEDEA; }
span { border-color: rgb(58,237,234); }
td.TdClassName
{
border-color: #3AEDEA;
}
.TagClassName
{
border-color: #3AEDEA;
}
</style>