Shades of Turquoise #3AFCD6
Tints of Turquoise #3AFCD6
RGB
CMYK
RGB Variations
Color information
#3AFCD6 (or 0x3AFCD6) is known color: Turquoise. HEX triplet: 3A, FC and D6. RGB value is (58,252,214). Sum of RGB (Red+Green+Blue) = 58+252+214=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCD6 is #C50329. Grayscale: #BDBDBD. Windows color (decimal): -12911402 or 14089274. OLE color: 14089274.
HSL color Cylindrical-coordinate representation of color #3AFCD6: hue angle of 168.25º 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 #3AFCD6 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 214 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.01 |
| HSL | 168.25º | 0.97% | 0.61% | - |
| HSV(B) | 168.25º | 0.77% | 0.99% | - |
| XYZ | 48.69 | 75.38 | 75.6 | - |
| YUV | 189.66 | 141.73 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 214 | 0.77 | 0 | 0.15 | 0.01 | 168.25 | 0.97 | 0.61 |
| Hex | 3A | FC | D6 | 4D | 0 | F | 1 | A8 | 61 | 3D |
| Octal | 72 | 374 | 326 | 115 | 0 | 17 | 1 | 250 | 141 | 75 |
| Binary | 111010 | 11111100 | 11010110 | 1001101 | 0 | 1111 | 1 | 10101000 | 1100001 | 111101 |
Color Harmonies of #3AFCD6
Complementary color
Monochromatic Colors of #3AFCD6
Black with #3AFCD6
Text Example
Text Example
White with #3AFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCD6; }
p { color: rgb(58,252,214); }
H1.HeaderClassName
{
color: #3AFCD6;
}
.AnyTagClassName
{
color: #3AFCD6;
}
</style>
background-color css
<style>
a { background-color: #3AFCD6; }
a { background-color: rgb(58,252,214); }
div.DivClassName
{
background-color: #3AFCD6;
}
.BgClassName
{
background-color: #3AFCD6;
}
</style>
border-color css
<style>
span { border-color: #3AFCD6; }
span { border-color: rgb(58,252,214); }
td.TdClassName
{
border-color: #3AFCD6;
}
.TagClassName
{
border-color: #3AFCD6;
}
</style>