Shades of Turquoise #3FE7DF
Tints of Turquoise #3FE7DF
RGB
CMYK
RGB Variations
Color information
#3FE7DF (or 0x3FE7DF) is known color: Turquoise. HEX triplet: 3F, E7 and DF. RGB value is (63,231,223). Sum of RGB (Red+Green+Blue) = 63+231+223=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7DF is #C01820. Grayscale: #B3B3B3. Windows color (decimal): -12589089 or 14673727. OLE color: 14673727.
HSL color Cylindrical-coordinate representation of color #3FE7DF: hue angle of 177.14º 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 #3FE7DF is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 223 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.09 |
| HSL | 177.14º | 0.78% | 0.58% | - |
| HSV(B) | 177.14º | 0.73% | 0.91% | - |
| XYZ | 43.95 | 63.54 | 79.76 | - |
| YUV | 179.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 223 | 0.73 | 0 | 0.03 | 0.09 | 177.14 | 0.78 | 0.58 |
| Hex | 3F | E7 | DF | 49 | 0 | 3 | 9 | B1 | 4E | 3A |
| Octal | 77 | 347 | 337 | 111 | 0 | 3 | 11 | 261 | 116 | 72 |
| Binary | 111111 | 11100111 | 11011111 | 1001001 | 0 | 11 | 1001 | 10110001 | 1001110 | 111010 |
Color Harmonies of #3FE7DF
Complementary color
Monochromatic Colors of #3FE7DF
Black with #3FE7DF
Text Example
Text Example
White with #3FE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE7DF; }
p { color: rgb(63,231,223); }
H1.HeaderClassName
{
color: #3FE7DF;
}
.AnyTagClassName
{
color: #3FE7DF;
}
</style>
background-color css
<style>
a { background-color: #3FE7DF; }
a { background-color: rgb(63,231,223); }
div.DivClassName
{
background-color: #3FE7DF;
}
.BgClassName
{
background-color: #3FE7DF;
}
</style>
border-color css
<style>
span { border-color: #3FE7DF; }
span { border-color: rgb(63,231,223); }
td.TdClassName
{
border-color: #3FE7DF;
}
.TagClassName
{
border-color: #3FE7DF;
}
</style>