Shades of Turquoise #3AECDF
Tints of Turquoise #3AECDF
RGB
CMYK
RGB Variations
Color information
#3AECDF (or 0x3AECDF) is known color: Turquoise. HEX triplet: 3A, EC and DF. RGB value is (58,236,223). Sum of RGB (Red+Green+Blue) = 58+236+223=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECDF is #C51320. Grayscale: #B5B5B5. Windows color (decimal): -12915489 or 14675002. OLE color: 14675002.
HSL color Cylindrical-coordinate representation of color #3AECDF: hue angle of 175.62º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AECDF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 223 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.07 |
| HSL | 175.62º | 0.82% | 0.58% | - |
| HSV(B) | 175.62º | 0.75% | 0.93% | - |
| XYZ | 45.06 | 66.22 | 80.22 | - |
| YUV | 181.3 | 151.53 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 223 | 0.75 | 0 | 0.06 | 0.07 | 175.62 | 0.82 | 0.58 |
| Hex | 3A | EC | DF | 4B | 0 | 6 | 7 | B0 | 52 | 3A |
| Octal | 72 | 354 | 337 | 113 | 0 | 6 | 7 | 260 | 122 | 72 |
| Binary | 111010 | 11101100 | 11011111 | 1001011 | 0 | 110 | 111 | 10110000 | 1010010 | 111010 |
Color Harmonies of #3AECDF
Complementary color
Monochromatic Colors of #3AECDF
Black with #3AECDF
Text Example
Text Example
White with #3AECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECDF; }
p { color: rgb(58,236,223); }
H1.HeaderClassName
{
color: #3AECDF;
}
.AnyTagClassName
{
color: #3AECDF;
}
</style>
background-color css
<style>
a { background-color: #3AECDF; }
a { background-color: rgb(58,236,223); }
div.DivClassName
{
background-color: #3AECDF;
}
.BgClassName
{
background-color: #3AECDF;
}
</style>
border-color css
<style>
span { border-color: #3AECDF; }
span { border-color: rgb(58,236,223); }
td.TdClassName
{
border-color: #3AECDF;
}
.TagClassName
{
border-color: #3AECDF;
}
</style>