Shades of Turquoise #3AFFE4
Tints of Turquoise #3AFFE4
RGB
CMYK
RGB Variations
Color information
#3AFFE4 (or 0x3AFFE4) is known color: Turquoise. HEX triplet: 3A, FF and E4. RGB value is (58,255,228). Sum of RGB (Red+Green+Blue) = 58+255+228=541 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.72% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFE4 is #C5001B. Grayscale: #C0C0C0. Windows color (decimal): -12910620 or 15007546. OLE color: 15007546.
HSL color Cylindrical-coordinate representation of color #3AFFE4: hue angle of 171.78º 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 #3AFFE4 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 228 | - |
| CMYK | 0.77 | 0 | 0.11 | 0 |
| HSL | 171.78º | 1% | 0.61% | - |
| HSV(B) | 171.78º | 0.77% | 1% | - |
| XYZ | 51.51 | 78.02 | 85.74 | - |
| YUV | 193.02 | 147.73 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 228 | 0.77 | 0 | 0.11 | 0 | 171.78 | 1 | 0.61 |
| Hex | 3A | FF | E4 | 4D | 0 | B | 0 | AC | 64 | 3D |
| Octal | 72 | 377 | 344 | 115 | 0 | 13 | 0 | 254 | 144 | 75 |
| Binary | 111010 | 11111111 | 11100100 | 1001101 | 0 | 1011 | 0 | 10101100 | 1100100 | 111101 |
Color Harmonies of #3AFFE4
Complementary color
Monochromatic Colors of #3AFFE4
Black with #3AFFE4
Text Example
Text Example
White with #3AFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFE4; }
p { color: rgb(58,255,228); }
H1.HeaderClassName
{
color: #3AFFE4;
}
.AnyTagClassName
{
color: #3AFFE4;
}
</style>
background-color css
<style>
a { background-color: #3AFFE4; }
a { background-color: rgb(58,255,228); }
div.DivClassName
{
background-color: #3AFFE4;
}
.BgClassName
{
background-color: #3AFFE4;
}
</style>
border-color css
<style>
span { border-color: #3AFFE4; }
span { border-color: rgb(58,255,228); }
td.TdClassName
{
border-color: #3AFFE4;
}
.TagClassName
{
border-color: #3AFFE4;
}
</style>