Shades of Turquoise #3AEDCB
Tints of Turquoise #3AEDCB
RGB
CMYK
RGB Variations
Color information
#3AEDCB (or 0x3AEDCB) is known color: Turquoise. HEX triplet: 3A, ED and CB. RGB value is (58,237,203). Sum of RGB (Red+Green+Blue) = 58+237+203=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDCB is #C51234. Grayscale: #B3B3B3. Windows color (decimal): -12915253 or 13364538. OLE color: 13364538.
HSL color Cylindrical-coordinate representation of color #3AEDCB: hue angle of 168.6º 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 #3AEDCB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 203 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.07 |
| HSL | 168.6º | 0.83% | 0.58% | - |
| HSV(B) | 168.6º | 0.76% | 0.93% | - |
| XYZ | 42.81 | 65.78 | 66.94 | - |
| YUV | 179.6 | 141.2 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 203 | 0.76 | 0 | 0.14 | 0.07 | 168.6 | 0.83 | 0.58 |
| Hex | 3A | ED | CB | 4C | 0 | E | 7 | A9 | 53 | 3A |
| Octal | 72 | 355 | 313 | 114 | 0 | 16 | 7 | 251 | 123 | 72 |
| Binary | 111010 | 11101101 | 11001011 | 1001100 | 0 | 1110 | 111 | 10101001 | 1010011 | 111010 |
Color Harmonies of #3AEDCB
Complementary color
Monochromatic Colors of #3AEDCB
Black with #3AEDCB
Text Example
Text Example
White with #3AEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDCB; }
p { color: rgb(58,237,203); }
H1.HeaderClassName
{
color: #3AEDCB;
}
.AnyTagClassName
{
color: #3AEDCB;
}
</style>
background-color css
<style>
a { background-color: #3AEDCB; }
a { background-color: rgb(58,237,203); }
div.DivClassName
{
background-color: #3AEDCB;
}
.BgClassName
{
background-color: #3AEDCB;
}
</style>
border-color css
<style>
span { border-color: #3AEDCB; }
span { border-color: rgb(58,237,203); }
td.TdClassName
{
border-color: #3AEDCB;
}
.TagClassName
{
border-color: #3AEDCB;
}
</style>