Shades of Turquoise #3AFDE4
Tints of Turquoise #3AFDE4
RGB
CMYK
RGB Variations
Color information
#3AFDE4 (or 0x3AFDE4) is known color: Turquoise. HEX triplet: 3A, FD and E4. RGB value is (58,253,228). Sum of RGB (Red+Green+Blue) = 58+253+228=539 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.76% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDE4 is #C5021B. Grayscale: #BFBFBF. Windows color (decimal): -12911132 or 15007034. OLE color: 15007034.
HSL color Cylindrical-coordinate representation of color #3AFDE4: hue angle of 172.31º 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 #3AFDE4 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 228 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.01 |
| HSL | 172.31º | 0.98% | 0.61% | - |
| HSV(B) | 172.31º | 0.77% | 0.99% | - |
| XYZ | 50.87 | 76.75 | 85.53 | - |
| YUV | 191.85 | 148.4 | 32.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 228 | 0.77 | 0 | 0.10 | 0.01 | 172.31 | 0.98 | 0.61 |
| Hex | 3A | FD | E4 | 4D | 0 | A | 1 | AC | 62 | 3D |
| Octal | 72 | 375 | 344 | 115 | 0 | 12 | 1 | 254 | 142 | 75 |
| Binary | 111010 | 11111101 | 11100100 | 1001101 | 0 | 1010 | 1 | 10101100 | 1100010 | 111101 |
Color Harmonies of #3AFDE4
Complementary color
Monochromatic Colors of #3AFDE4
Black with #3AFDE4
Text Example
Text Example
White with #3AFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDE4; }
p { color: rgb(58,253,228); }
H1.HeaderClassName
{
color: #3AFDE4;
}
.AnyTagClassName
{
color: #3AFDE4;
}
</style>
background-color css
<style>
a { background-color: #3AFDE4; }
a { background-color: rgb(58,253,228); }
div.DivClassName
{
background-color: #3AFDE4;
}
.BgClassName
{
background-color: #3AFDE4;
}
</style>
border-color css
<style>
span { border-color: #3AFDE4; }
span { border-color: rgb(58,253,228); }
td.TdClassName
{
border-color: #3AFDE4;
}
.TagClassName
{
border-color: #3AFDE4;
}
</style>