Shades of Turquoise #3AFDE6
Tints of Turquoise #3AFDE6
RGB
CMYK
RGB Variations
Color information
#3AFDE6 (or 0x3AFDE6) is known color: Turquoise. HEX triplet: 3A, FD and E6. RGB value is (58,253,230). Sum of RGB (Red+Green+Blue) = 58+253+230=541 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.72% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFDE6 is #C50219. Grayscale: #BFBFBF. Windows color (decimal): -12911130 or 15138106. OLE color: 15138106.
HSL color Cylindrical-coordinate representation of color #3AFDE6: hue angle of 172.92º 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 #3AFDE6 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 230 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.01 |
| HSL | 172.92º | 0.98% | 0.61% | - |
| HSV(B) | 172.92º | 0.77% | 0.99% | - |
| XYZ | 51.15 | 76.86 | 87 | - |
| YUV | 192.07 | 149.4 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 230 | 0.77 | 0 | 0.09 | 0.01 | 172.92 | 0.98 | 0.61 |
| Hex | 3A | FD | E6 | 4D | 0 | 9 | 1 | AD | 62 | 3D |
| Octal | 72 | 375 | 346 | 115 | 0 | 11 | 1 | 255 | 142 | 75 |
| Binary | 111010 | 11111101 | 11100110 | 1001101 | 0 | 1001 | 1 | 10101101 | 1100010 | 111101 |
Color Harmonies of #3AFDE6
Complementary color
Monochromatic Colors of #3AFDE6
Black with #3AFDE6
Text Example
Text Example
White with #3AFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDE6; }
p { color: rgb(58,253,230); }
H1.HeaderClassName
{
color: #3AFDE6;
}
.AnyTagClassName
{
color: #3AFDE6;
}
</style>
background-color css
<style>
a { background-color: #3AFDE6; }
a { background-color: rgb(58,253,230); }
div.DivClassName
{
background-color: #3AFDE6;
}
.BgClassName
{
background-color: #3AFDE6;
}
</style>
border-color css
<style>
span { border-color: #3AFDE6; }
span { border-color: rgb(58,253,230); }
td.TdClassName
{
border-color: #3AFDE6;
}
.TagClassName
{
border-color: #3AFDE6;
}
</style>