Shades of Turquoise #3AFDEC
Tints of Turquoise #3AFDEC
RGB
CMYK
RGB Variations
Color information
#3AFDEC (or 0x3AFDEC) is known color: Turquoise. HEX triplet: 3A, FD and EC. RGB value is (58,253,236). Sum of RGB (Red+Green+Blue) = 58+253+236=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFDEC is #C50213. Grayscale: #C0C0C0. Windows color (decimal): -12911124 or 15531322. OLE color: 15531322.
HSL color Cylindrical-coordinate representation of color #3AFDEC: hue angle of 174.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFDEC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 236 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.01 |
| HSL | 174.77º | 0.98% | 0.61% | - |
| HSV(B) | 174.77º | 0.77% | 0.99% | - |
| XYZ | 52.01 | 77.21 | 91.52 | - |
| YUV | 192.76 | 152.4 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 236 | 0.77 | 0 | 0.07 | 0.01 | 174.77 | 0.98 | 0.61 |
| Hex | 3A | FD | EC | 4D | 0 | 7 | 1 | AF | 62 | 3D |
| Octal | 72 | 375 | 354 | 115 | 0 | 7 | 1 | 257 | 142 | 75 |
| Binary | 111010 | 11111101 | 11101100 | 1001101 | 0 | 111 | 1 | 10101111 | 1100010 | 111101 |
Color Harmonies of #3AFDEC
Complementary color
Monochromatic Colors of #3AFDEC
Black with #3AFDEC
Text Example
Text Example
White with #3AFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDEC; }
p { color: rgb(58,253,236); }
H1.HeaderClassName
{
color: #3AFDEC;
}
.AnyTagClassName
{
color: #3AFDEC;
}
</style>
background-color css
<style>
a { background-color: #3AFDEC; }
a { background-color: rgb(58,253,236); }
div.DivClassName
{
background-color: #3AFDEC;
}
.BgClassName
{
background-color: #3AFDEC;
}
</style>
border-color css
<style>
span { border-color: #3AFDEC; }
span { border-color: rgb(58,253,236); }
td.TdClassName
{
border-color: #3AFDEC;
}
.TagClassName
{
border-color: #3AFDEC;
}
</style>