Shades of Turquoise #3FE7D6
Tints of Turquoise #3FE7D6
RGB
CMYK
RGB Variations
Color information
#3FE7D6 (or 0x3FE7D6) is known color: Turquoise. HEX triplet: 3F, E7 and D6. RGB value is (63,231,214). Sum of RGB (Red+Green+Blue) = 63+231+214=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7D6 is #C01829. Grayscale: #B2B2B2. Windows color (decimal): -12589098 or 14083903. OLE color: 14083903.
HSL color Cylindrical-coordinate representation of color #3FE7D6: hue angle of 173.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE7D6 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 214 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.09 |
| HSL | 173.93º | 0.78% | 0.58% | - |
| HSV(B) | 173.93º | 0.73% | 0.91% | - |
| XYZ | 42.76 | 63.06 | 73.54 | - |
| YUV | 178.83 | 147.84 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 214 | 0.73 | 0 | 0.07 | 0.09 | 173.93 | 0.78 | 0.58 |
| Hex | 3F | E7 | D6 | 49 | 0 | 7 | 9 | AE | 4E | 3A |
| Octal | 77 | 347 | 326 | 111 | 0 | 7 | 11 | 256 | 116 | 72 |
| Binary | 111111 | 11100111 | 11010110 | 1001001 | 0 | 111 | 1001 | 10101110 | 1001110 | 111010 |
Color Harmonies of #3FE7D6
Complementary color
Monochromatic Colors of #3FE7D6
Black with #3FE7D6
Text Example
Text Example
White with #3FE7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE7D6; }
p { color: rgb(63,231,214); }
H1.HeaderClassName
{
color: #3FE7D6;
}
.AnyTagClassName
{
color: #3FE7D6;
}
</style>
background-color css
<style>
a { background-color: #3FE7D6; }
a { background-color: rgb(63,231,214); }
div.DivClassName
{
background-color: #3FE7D6;
}
.BgClassName
{
background-color: #3FE7D6;
}
</style>
border-color css
<style>
span { border-color: #3FE7D6; }
span { border-color: rgb(63,231,214); }
td.TdClassName
{
border-color: #3FE7D6;
}
.TagClassName
{
border-color: #3FE7D6;
}
</style>