Shades of Turquoise #3AEEED
Tints of Turquoise #3AEEED
RGB
CMYK
RGB Variations
Color information
#3AEEED (or 0x3AEEED) is known color: Turquoise. HEX triplet: 3A, EE and ED. RGB value is (58,238,237). Sum of RGB (Red+Green+Blue) = 58+238+237=533 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.88% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEED is #C51112. Grayscale: #B7B7B7. Windows color (decimal): -12914963 or 15593018. OLE color: 15593018.
HSL color Cylindrical-coordinate representation of color #3AEEED: hue angle of 179.67º 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 #3AEEED is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 237 | - |
| CMYK | 0.76 | 0 | 0.00 | 0.07 |
| HSL | 179.67º | 0.84% | 0.58% | - |
| HSV(B) | 179.67º | 0.76% | 0.93% | - |
| XYZ | 47.61 | 68.16 | 90.77 | - |
| YUV | 184.07 | 157.87 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 237 | 0.76 | 0 | 0.00 | 0.07 | 179.67 | 0.84 | 0.58 |
| Hex | 3A | EE | ED | 4C | 0 | 0 | 7 | B4 | 54 | 3A |
| Octal | 72 | 356 | 355 | 114 | 0 | 0 | 7 | 264 | 124 | 72 |
| Binary | 111010 | 11101110 | 11101101 | 1001100 | 0 | 0 | 111 | 10110100 | 1010100 | 111010 |
Color Harmonies of #3AEEED
Complementary color
Monochromatic Colors of #3AEEED
Black with #3AEEED
Text Example
Text Example
White with #3AEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEED; }
p { color: rgb(58,238,237); }
H1.HeaderClassName
{
color: #3AEEED;
}
.AnyTagClassName
{
color: #3AEEED;
}
</style>
background-color css
<style>
a { background-color: #3AEEED; }
a { background-color: rgb(58,238,237); }
div.DivClassName
{
background-color: #3AEEED;
}
.BgClassName
{
background-color: #3AEEED;
}
</style>
border-color css
<style>
span { border-color: #3AEEED; }
span { border-color: rgb(58,238,237); }
td.TdClassName
{
border-color: #3AEEED;
}
.TagClassName
{
border-color: #3AEEED;
}
</style>