Shades of Turquoise #3AFFE6
Tints of Turquoise #3AFFE6
RGB
CMYK
RGB Variations
Color information
#3AFFE6 (or 0x3AFFE6) is known color: Turquoise. HEX triplet: 3A, FF and E6. RGB value is (58,255,230). Sum of RGB (Red+Green+Blue) = 58+255+230=543 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.68% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFE6 is #C50019. Grayscale: #C1C1C1. Windows color (decimal): -12910618 or 15138618. OLE color: 15138618.
HSL color Cylindrical-coordinate representation of color #3AFFE6: hue angle of 172.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFE6 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 230 | - |
| CMYK | 0.77 | 0 | 0.10 | 0 |
| HSL | 172.39º | 1% | 0.61% | - |
| HSV(B) | 172.39º | 0.77% | 1% | - |
| XYZ | 51.79 | 78.13 | 87.21 | - |
| YUV | 193.25 | 148.73 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 230 | 0.77 | 0 | 0.10 | 0 | 172.39 | 1 | 0.61 |
| Hex | 3A | FF | E6 | 4D | 0 | A | 0 | AC | 64 | 3D |
| Octal | 72 | 377 | 346 | 115 | 0 | 12 | 0 | 254 | 144 | 75 |
| Binary | 111010 | 11111111 | 11100110 | 1001101 | 0 | 1010 | 0 | 10101100 | 1100100 | 111101 |
Color Harmonies of #3AFFE6
Complementary color
Monochromatic Colors of #3AFFE6
Black with #3AFFE6
Text Example
Text Example
White with #3AFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFE6; }
p { color: rgb(58,255,230); }
H1.HeaderClassName
{
color: #3AFFE6;
}
.AnyTagClassName
{
color: #3AFFE6;
}
</style>
background-color css
<style>
a { background-color: #3AFFE6; }
a { background-color: rgb(58,255,230); }
div.DivClassName
{
background-color: #3AFFE6;
}
.BgClassName
{
background-color: #3AFFE6;
}
</style>
border-color css
<style>
span { border-color: #3AFFE6; }
span { border-color: rgb(58,255,230); }
td.TdClassName
{
border-color: #3AFFE6;
}
.TagClassName
{
border-color: #3AFFE6;
}
</style>