Shades of Turquoise #3FE9D9
Tints of Turquoise #3FE9D9
RGB
CMYK
RGB Variations
Color information
#3FE9D9 (or 0x3FE9D9) is known color: Turquoise. HEX triplet: 3F, E9 and D9. RGB value is (63,233,217). Sum of RGB (Red+Green+Blue) = 63+233+217=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE9D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE9D9 is #C01626. Grayscale: #B4B4B4. Windows color (decimal): -12588583 or 14281023. OLE color: 14281023.
HSL color Cylindrical-coordinate representation of color #3FE9D9: hue angle of 174.35º degrees, saturation: 0.79, 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 #3FE9D9 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 233 | 217 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.09 |
| HSL | 174.35º | 0.79% | 0.58% | - |
| HSV(B) | 174.35º | 0.73% | 0.91% | - |
| XYZ | 43.71 | 64.34 | 75.76 | - |
| YUV | 180.35 | 148.68 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 233 | 217 | 0.73 | 0 | 0.07 | 0.09 | 174.35 | 0.79 | 0.58 |
| Hex | 3F | E9 | D9 | 49 | 0 | 7 | 9 | AE | 4F | 3A |
| Octal | 77 | 351 | 331 | 111 | 0 | 7 | 11 | 256 | 117 | 72 |
| Binary | 111111 | 11101001 | 11011001 | 1001001 | 0 | 111 | 1001 | 10101110 | 1001111 | 111010 |
Color Harmonies of #3FE9D9
Complementary color
Monochromatic Colors of #3FE9D9
Black with #3FE9D9
Text Example
Text Example
White with #3FE9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE9D9; }
p { color: rgb(63,233,217); }
H1.HeaderClassName
{
color: #3FE9D9;
}
.AnyTagClassName
{
color: #3FE9D9;
}
</style>
background-color css
<style>
a { background-color: #3FE9D9; }
a { background-color: rgb(63,233,217); }
div.DivClassName
{
background-color: #3FE9D9;
}
.BgClassName
{
background-color: #3FE9D9;
}
</style>
border-color css
<style>
span { border-color: #3FE9D9; }
span { border-color: rgb(63,233,217); }
td.TdClassName
{
border-color: #3FE9D9;
}
.TagClassName
{
border-color: #3FE9D9;
}
</style>