Shades of Turquoise #3AFCD8
Tints of Turquoise #3AFCD8
RGB
CMYK
RGB Variations
Color information
#3AFCD8 (or 0x3AFCD8) is known color: Turquoise. HEX triplet: 3A, FC and D8. RGB value is (58,252,216). Sum of RGB (Red+Green+Blue) = 58+252+216=526 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.03% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCD8 is #C50327. Grayscale: #BDBDBD. Windows color (decimal): -12911400 or 14220346. OLE color: 14220346.
HSL color Cylindrical-coordinate representation of color #3AFCD8: hue angle of 168.87º degrees, saturation: 0.97, 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 #3AFCD8 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 216 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.01 |
| HSL | 168.87º | 0.97% | 0.61% | - |
| HSV(B) | 168.87º | 0.77% | 0.99% | - |
| XYZ | 48.95 | 75.48 | 76.95 | - |
| YUV | 189.89 | 142.73 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 216 | 0.77 | 0 | 0.14 | 0.01 | 168.87 | 0.97 | 0.61 |
| Hex | 3A | FC | D8 | 4D | 0 | E | 1 | A9 | 61 | 3D |
| Octal | 72 | 374 | 330 | 115 | 0 | 16 | 1 | 251 | 141 | 75 |
| Binary | 111010 | 11111100 | 11011000 | 1001101 | 0 | 1110 | 1 | 10101001 | 1100001 | 111101 |
Color Harmonies of #3AFCD8
Complementary color
Monochromatic Colors of #3AFCD8
Black with #3AFCD8
Text Example
Text Example
White with #3AFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCD8; }
p { color: rgb(58,252,216); }
H1.HeaderClassName
{
color: #3AFCD8;
}
.AnyTagClassName
{
color: #3AFCD8;
}
</style>
background-color css
<style>
a { background-color: #3AFCD8; }
a { background-color: rgb(58,252,216); }
div.DivClassName
{
background-color: #3AFCD8;
}
.BgClassName
{
background-color: #3AFCD8;
}
</style>
border-color css
<style>
span { border-color: #3AFCD8; }
span { border-color: rgb(58,252,216); }
td.TdClassName
{
border-color: #3AFCD8;
}
.TagClassName
{
border-color: #3AFCD8;
}
</style>