Shades of Turquoise #3FE7CB
Tints of Turquoise #3FE7CB
RGB
CMYK
RGB Variations
Color information
#3FE7CB (or 0x3FE7CB) is known color: Turquoise. HEX triplet: 3F, E7 and CB. RGB value is (63,231,203). Sum of RGB (Red+Green+Blue) = 63+231+203=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7CB is #C01834. Grayscale: #B1B1B1. Windows color (decimal): -12589109 or 13363007. OLE color: 13363007.
HSL color Cylindrical-coordinate representation of color #3FE7CB: hue angle of 170º 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 #3FE7CB is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 203 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.09 |
| HSL | 170º | 0.78% | 0.58% | - |
| HSV(B) | 170º | 0.73% | 0.91% | - |
| XYZ | 41.41 | 62.52 | 66.39 | - |
| YUV | 177.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 203 | 0.73 | 0 | 0.12 | 0.09 | 170 | 0.78 | 0.58 |
| Hex | 3F | E7 | CB | 49 | 0 | C | 9 | AA | 4E | 3A |
| Octal | 77 | 347 | 313 | 111 | 0 | 14 | 11 | 252 | 116 | 72 |
| Binary | 111111 | 11100111 | 11001011 | 1001001 | 0 | 1100 | 1001 | 10101010 | 1001110 | 111010 |
Color Harmonies of #3FE7CB
Complementary color
Monochromatic Colors of #3FE7CB
Black with #3FE7CB
Text Example
Text Example
White with #3FE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE7CB; }
p { color: rgb(63,231,203); }
H1.HeaderClassName
{
color: #3FE7CB;
}
.AnyTagClassName
{
color: #3FE7CB;
}
</style>
background-color css
<style>
a { background-color: #3FE7CB; }
a { background-color: rgb(63,231,203); }
div.DivClassName
{
background-color: #3FE7CB;
}
.BgClassName
{
background-color: #3FE7CB;
}
</style>
border-color css
<style>
span { border-color: #3FE7CB; }
span { border-color: rgb(63,231,203); }
td.TdClassName
{
border-color: #3FE7CB;
}
.TagClassName
{
border-color: #3FE7CB;
}
</style>