Shades of Turquoise #3FF2D6
Tints of Turquoise #3FF2D6
RGB
CMYK
RGB Variations
Color information
#3FF2D6 (or 0x3FF2D6) is known color: Turquoise. HEX triplet: 3F, F2 and D6. RGB value is (63,242,214). Sum of RGB (Red+Green+Blue) = 63+242+214=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2D6 is #C00D29. Grayscale: #B9B9B9. Windows color (decimal): -12586282 or 14086719. OLE color: 14086719.
HSL color Cylindrical-coordinate representation of color #3FF2D6: hue angle of 170.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2D6 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 214 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.05 |
| HSL | 170.61º | 0.87% | 0.6% | - |
| HSV(B) | 170.61º | 0.74% | 0.95% | - |
| XYZ | 45.94 | 69.42 | 74.6 | - |
| YUV | 185.29 | 144.2 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 214 | 0.74 | 0 | 0.12 | 0.05 | 170.61 | 0.87 | 0.6 |
| Hex | 3F | F2 | D6 | 4A | 0 | C | 5 | AB | 57 | 3C |
| Octal | 77 | 362 | 326 | 112 | 0 | 14 | 5 | 253 | 127 | 74 |
| Binary | 111111 | 11110010 | 11010110 | 1001010 | 0 | 1100 | 101 | 10101011 | 1010111 | 111100 |
Color Harmonies of #3FF2D6
Complementary color
Monochromatic Colors of #3FF2D6
Black with #3FF2D6
Text Example
Text Example
White with #3FF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF2D6; }
p { color: rgb(63,242,214); }
H1.HeaderClassName
{
color: #3FF2D6;
}
.AnyTagClassName
{
color: #3FF2D6;
}
</style>
background-color css
<style>
a { background-color: #3FF2D6; }
a { background-color: rgb(63,242,214); }
div.DivClassName
{
background-color: #3FF2D6;
}
.BgClassName
{
background-color: #3FF2D6;
}
</style>
border-color css
<style>
span { border-color: #3FF2D6; }
span { border-color: rgb(63,242,214); }
td.TdClassName
{
border-color: #3FF2D6;
}
.TagClassName
{
border-color: #3FF2D6;
}
</style>