Shades of Turquoise #3AEDEF
Tints of Turquoise #3AEDEF
RGB
CMYK
RGB Variations
Color information
#3AEDEF (or 0x3AEDEF) is known color: Turquoise. HEX triplet: 3A, ED and EF. RGB value is (58,237,239). Sum of RGB (Red+Green+Blue) = 58+237+239=534 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.86% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDEF is #C51210. Grayscale: #B7B7B7. Windows color (decimal): -12915217 or 15723834. OLE color: 15723834.
HSL color Cylindrical-coordinate representation of color #3AEDEF: hue angle of 180.66º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDEF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 237 | 239 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.06 |
| HSL | 180.66º | 0.85% | 0.58% | - |
| HSV(B) | 180.66º | 0.76% | 0.94% | - |
| XYZ | 47.61 | 67.7 | 92.22 | - |
| YUV | 183.71 | 159.2 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 239 | 0.76 | 0.01 | 0 | 0.06 | 180.66 | 0.85 | 0.58 |
| Hex | 3A | ED | EF | 4C | 1 | 0 | 6 | B5 | 55 | 3A |
| Octal | 72 | 355 | 357 | 114 | 1 | 0 | 6 | 265 | 125 | 72 |
| Binary | 111010 | 11101101 | 11101111 | 1001100 | 1 | 0 | 110 | 10110101 | 1010101 | 111010 |
Color Harmonies of #3AEDEF
Complementary color
Monochromatic Colors of #3AEDEF
Black with #3AEDEF
Text Example
Text Example
White with #3AEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDEF; }
p { color: rgb(58,237,239); }
H1.HeaderClassName
{
color: #3AEDEF;
}
.AnyTagClassName
{
color: #3AEDEF;
}
</style>
background-color css
<style>
a { background-color: #3AEDEF; }
a { background-color: rgb(58,237,239); }
div.DivClassName
{
background-color: #3AEDEF;
}
.BgClassName
{
background-color: #3AEDEF;
}
</style>
border-color css
<style>
span { border-color: #3AEDEF; }
span { border-color: rgb(58,237,239); }
td.TdClassName
{
border-color: #3AEDEF;
}
.TagClassName
{
border-color: #3AEDEF;
}
</style>