Shades of Turquoise #3AFDCE
Tints of Turquoise #3AFDCE
RGB
CMYK
RGB Variations
Color information
#3AFDCE (or 0x3AFDCE) is known color: Turquoise. HEX triplet: 3A, FD and CE. RGB value is (58,253,206). Sum of RGB (Red+Green+Blue) = 58+253+206=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDCE is #C50231. Grayscale: #BDBDBD. Windows color (decimal): -12911154 or 13565242. OLE color: 13565242.
HSL color Cylindrical-coordinate representation of color #3AFDCE: hue angle of 165.54º 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 #3AFDCE is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 206 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.01 |
| HSL | 165.54º | 0.98% | 0.61% | - |
| HSV(B) | 165.54º | 0.77% | 0.99% | - |
| XYZ | 48.01 | 75.61 | 70.46 | - |
| YUV | 189.34 | 137.4 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 206 | 0.77 | 0 | 0.19 | 0.01 | 165.54 | 0.98 | 0.61 |
| Hex | 3A | FD | CE | 4D | 0 | 13 | 1 | A6 | 62 | 3D |
| Octal | 72 | 375 | 316 | 115 | 0 | 23 | 1 | 246 | 142 | 75 |
| Binary | 111010 | 11111101 | 11001110 | 1001101 | 0 | 10011 | 1 | 10100110 | 1100010 | 111101 |
Color Harmonies of #3AFDCE
Complementary color
Monochromatic Colors of #3AFDCE
Black with #3AFDCE
Text Example
Text Example
White with #3AFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDCE; }
p { color: rgb(58,253,206); }
H1.HeaderClassName
{
color: #3AFDCE;
}
.AnyTagClassName
{
color: #3AFDCE;
}
</style>
background-color css
<style>
a { background-color: #3AFDCE; }
a { background-color: rgb(58,253,206); }
div.DivClassName
{
background-color: #3AFDCE;
}
.BgClassName
{
background-color: #3AFDCE;
}
</style>
border-color css
<style>
span { border-color: #3AFDCE; }
span { border-color: rgb(58,253,206); }
td.TdClassName
{
border-color: #3AFDCE;
}
.TagClassName
{
border-color: #3AFDCE;
}
</style>