Shades of Turquoise #3AFFE3
Tints of Turquoise #3AFFE3
RGB
CMYK
RGB Variations
Color information
#3AFFE3 (or 0x3AFFE3) is known color: Turquoise. HEX triplet: 3A, FF and E3. RGB value is (58,255,227). Sum of RGB (Red+Green+Blue) = 58+255+227=540 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.74% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFE3 is #C5001C. Grayscale: #C0C0C0. Windows color (decimal): -12910621 or 14942010. OLE color: 14942010.
HSL color Cylindrical-coordinate representation of color #3AFFE3: hue angle of 171.47º 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 #3AFFE3 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 227 | - |
| CMYK | 0.77 | 0 | 0.11 | 0 |
| HSL | 171.47º | 1% | 0.61% | - |
| HSV(B) | 171.47º | 0.77% | 1% | - |
| XYZ | 51.37 | 77.97 | 85.01 | - |
| YUV | 192.91 | 147.23 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 227 | 0.77 | 0 | 0.11 | 0 | 171.47 | 1 | 0.61 |
| Hex | 3A | FF | E3 | 4D | 0 | B | 0 | AB | 64 | 3D |
| Octal | 72 | 377 | 343 | 115 | 0 | 13 | 0 | 253 | 144 | 75 |
| Binary | 111010 | 11111111 | 11100011 | 1001101 | 0 | 1011 | 0 | 10101011 | 1100100 | 111101 |
Color Harmonies of #3AFFE3
Complementary color
Monochromatic Colors of #3AFFE3
Black with #3AFFE3
Text Example
Text Example
White with #3AFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFE3; }
p { color: rgb(58,255,227); }
H1.HeaderClassName
{
color: #3AFFE3;
}
.AnyTagClassName
{
color: #3AFFE3;
}
</style>
background-color css
<style>
a { background-color: #3AFFE3; }
a { background-color: rgb(58,255,227); }
div.DivClassName
{
background-color: #3AFFE3;
}
.BgClassName
{
background-color: #3AFFE3;
}
</style>
border-color css
<style>
span { border-color: #3AFFE3; }
span { border-color: rgb(58,255,227); }
td.TdClassName
{
border-color: #3AFFE3;
}
.TagClassName
{
border-color: #3AFFE3;
}
</style>