Shades of Turquoise #3AEDCC
Tints of Turquoise #3AEDCC
RGB
CMYK
RGB Variations
Color information
#3AEDCC (or 0x3AEDCC) is known color: Turquoise. HEX triplet: 3A, ED and CC. RGB value is (58,237,204). Sum of RGB (Red+Green+Blue) = 58+237+204=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDCC is #C51233. Grayscale: #B3B3B3. Windows color (decimal): -12915252 or 13430074. OLE color: 13430074.
HSL color Cylindrical-coordinate representation of color #3AEDCC: hue angle of 168.94º 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 #3AEDCC is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 204 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.07 |
| HSL | 168.94º | 0.83% | 0.58% | - |
| HSV(B) | 168.94º | 0.76% | 0.93% | - |
| XYZ | 42.93 | 65.83 | 67.57 | - |
| YUV | 179.72 | 141.7 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 204 | 0.76 | 0 | 0.14 | 0.07 | 168.94 | 0.83 | 0.58 |
| Hex | 3A | ED | CC | 4C | 0 | E | 7 | A9 | 53 | 3A |
| Octal | 72 | 355 | 314 | 114 | 0 | 16 | 7 | 251 | 123 | 72 |
| Binary | 111010 | 11101101 | 11001100 | 1001100 | 0 | 1110 | 111 | 10101001 | 1010011 | 111010 |
Color Harmonies of #3AEDCC
Complementary color
Monochromatic Colors of #3AEDCC
Black with #3AEDCC
Text Example
Text Example
White with #3AEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDCC; }
p { color: rgb(58,237,204); }
H1.HeaderClassName
{
color: #3AEDCC;
}
.AnyTagClassName
{
color: #3AEDCC;
}
</style>
background-color css
<style>
a { background-color: #3AEDCC; }
a { background-color: rgb(58,237,204); }
div.DivClassName
{
background-color: #3AEDCC;
}
.BgClassName
{
background-color: #3AEDCC;
}
</style>
border-color css
<style>
span { border-color: #3AEDCC; }
span { border-color: rgb(58,237,204); }
td.TdClassName
{
border-color: #3AEDCC;
}
.TagClassName
{
border-color: #3AEDCC;
}
</style>