Shades of Turquoise #3AECEF
Tints of Turquoise #3AECEF
RGB
CMYK
RGB Variations
Color information
#3AECEF (or 0x3AECEF) is known color: Turquoise. HEX triplet: 3A, EC and EF. RGB value is (58,236,239). Sum of RGB (Red+Green+Blue) = 58+236+239=533 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.88% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECEF is #C51310. Grayscale: #B6B6B6. Windows color (decimal): -12915473 or 15723578. OLE color: 15723578.
HSL color Cylindrical-coordinate representation of color #3AECEF: hue angle of 180.99º 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 #3AECEF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 236 | 239 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.06 |
| HSL | 180.99º | 0.85% | 0.58% | - |
| HSV(B) | 180.99º | 0.76% | 0.94% | - |
| XYZ | 47.32 | 67.12 | 92.12 | - |
| YUV | 183.12 | 159.53 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 239 | 0.76 | 0.01 | 0 | 0.06 | 180.99 | 0.85 | 0.58 |
| Hex | 3A | EC | EF | 4C | 1 | 0 | 6 | B5 | 55 | 3A |
| Octal | 72 | 354 | 357 | 114 | 1 | 0 | 6 | 265 | 125 | 72 |
| Binary | 111010 | 11101100 | 11101111 | 1001100 | 1 | 0 | 110 | 10110101 | 1010101 | 111010 |
Color Harmonies of #3AECEF
Complementary color
Monochromatic Colors of #3AECEF
Black with #3AECEF
Text Example
Text Example
White with #3AECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECEF; }
p { color: rgb(58,236,239); }
H1.HeaderClassName
{
color: #3AECEF;
}
.AnyTagClassName
{
color: #3AECEF;
}
</style>
background-color css
<style>
a { background-color: #3AECEF; }
a { background-color: rgb(58,236,239); }
div.DivClassName
{
background-color: #3AECEF;
}
.BgClassName
{
background-color: #3AECEF;
}
</style>
border-color css
<style>
span { border-color: #3AECEF; }
span { border-color: rgb(58,236,239); }
td.TdClassName
{
border-color: #3AECEF;
}
.TagClassName
{
border-color: #3AECEF;
}
</style>