Shades of Turquoise #3AEDCF
Tints of Turquoise #3AEDCF
RGB
CMYK
RGB Variations
Color information
#3AEDCF (or 0x3AEDCF) is known color: Turquoise. HEX triplet: 3A, ED and CF. RGB value is (58,237,207). Sum of RGB (Red+Green+Blue) = 58+237+207=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDCF is #C51230. Grayscale: #B4B4B4. Windows color (decimal): -12915249 or 13626682. OLE color: 13626682.
HSL color Cylindrical-coordinate representation of color #3AEDCF: hue angle of 169.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 #3AEDCF is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 207 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.07 |
| HSL | 169.94º | 0.83% | 0.58% | - |
| HSV(B) | 169.94º | 0.76% | 0.93% | - |
| XYZ | 43.29 | 65.97 | 69.48 | - |
| YUV | 180.06 | 143.2 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 207 | 0.76 | 0 | 0.13 | 0.07 | 169.94 | 0.83 | 0.58 |
| Hex | 3A | ED | CF | 4C | 0 | D | 7 | AA | 53 | 3A |
| Octal | 72 | 355 | 317 | 114 | 0 | 15 | 7 | 252 | 123 | 72 |
| Binary | 111010 | 11101101 | 11001111 | 1001100 | 0 | 1101 | 111 | 10101010 | 1010011 | 111010 |
Color Harmonies of #3AEDCF
Complementary color
Monochromatic Colors of #3AEDCF
Black with #3AEDCF
Text Example
Text Example
White with #3AEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDCF; }
p { color: rgb(58,237,207); }
H1.HeaderClassName
{
color: #3AEDCF;
}
.AnyTagClassName
{
color: #3AEDCF;
}
</style>
background-color css
<style>
a { background-color: #3AEDCF; }
a { background-color: rgb(58,237,207); }
div.DivClassName
{
background-color: #3AEDCF;
}
.BgClassName
{
background-color: #3AEDCF;
}
</style>
border-color css
<style>
span { border-color: #3AEDCF; }
span { border-color: rgb(58,237,207); }
td.TdClassName
{
border-color: #3AEDCF;
}
.TagClassName
{
border-color: #3AEDCF;
}
</style>