Shades of Turquoise #3AFAEC
Tints of Turquoise #3AFAEC
RGB
CMYK
RGB Variations
Color information
#3AFAEC (or 0x3AFAEC) is known color: Turquoise. HEX triplet: 3A, FA and EC. RGB value is (58,250,236). Sum of RGB (Red+Green+Blue) = 58+250+236=544 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.66% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFAEC is #C50513. Grayscale: #BEBEBE. Windows color (decimal): -12911892 or 15530554. OLE color: 15530554.
HSL color Cylindrical-coordinate representation of color #3AFAEC: hue angle of 175.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFAEC is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 250 | 236 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.02 |
| HSL | 175.63º | 0.95% | 0.6% | - |
| HSV(B) | 175.63º | 0.77% | 0.98% | - |
| XYZ | 51.07 | 75.33 | 91.2 | - |
| YUV | 191 | 153.39 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 250 | 236 | 0.77 | 0 | 0.06 | 0.02 | 175.63 | 0.95 | 0.6 |
| Hex | 3A | FA | EC | 4D | 0 | 6 | 2 | B0 | 5F | 3C |
| Octal | 72 | 372 | 354 | 115 | 0 | 6 | 2 | 260 | 137 | 74 |
| Binary | 111010 | 11111010 | 11101100 | 1001101 | 0 | 110 | 10 | 10110000 | 1011111 | 111100 |
Color Harmonies of #3AFAEC
Complementary color
Monochromatic Colors of #3AFAEC
Black with #3AFAEC
Text Example
Text Example
White with #3AFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFAEC; }
p { color: rgb(58,250,236); }
H1.HeaderClassName
{
color: #3AFAEC;
}
.AnyTagClassName
{
color: #3AFAEC;
}
</style>
background-color css
<style>
a { background-color: #3AFAEC; }
a { background-color: rgb(58,250,236); }
div.DivClassName
{
background-color: #3AFAEC;
}
.BgClassName
{
background-color: #3AFAEC;
}
</style>
border-color css
<style>
span { border-color: #3AFAEC; }
span { border-color: rgb(58,250,236); }
td.TdClassName
{
border-color: #3AFAEC;
}
.TagClassName
{
border-color: #3AFAEC;
}
</style>