Shades of Turquoise #3FE0CF
Tints of Turquoise #3FE0CF
RGB
CMYK
RGB Variations
Color information
#3FE0CF (or 0x3FE0CF) is known color: Turquoise. HEX triplet: 3F, E0 and CF. RGB value is (63,224,207). Sum of RGB (Red+Green+Blue) = 63+224+207=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE0CF is #C01F30. Grayscale: #ADADAD. Windows color (decimal): -12590897 or 13623359. OLE color: 13623359.
HSL color Cylindrical-coordinate representation of color #3FE0CF: hue angle of 173.66º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE0CF is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 207 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.12 |
| HSL | 173.66º | 0.72% | 0.56% | - |
| HSV(B) | 173.66º | 0.72% | 0.88% | - |
| XYZ | 39.97 | 58.87 | 68.29 | - |
| YUV | 173.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 207 | 0.72 | 0 | 0.08 | 0.12 | 173.66 | 0.72 | 0.56 |
| Hex | 3F | E0 | CF | 48 | 0 | 8 | C | AE | 48 | 38 |
| Octal | 77 | 340 | 317 | 110 | 0 | 10 | 14 | 256 | 110 | 70 |
| Binary | 111111 | 11100000 | 11001111 | 1001000 | 0 | 1000 | 1100 | 10101110 | 1001000 | 111000 |
Color Harmonies of #3FE0CF
Complementary color
Monochromatic Colors of #3FE0CF
Black with #3FE0CF
Text Example
Text Example
White with #3FE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE0CF; }
p { color: rgb(63,224,207); }
H1.HeaderClassName
{
color: #3FE0CF;
}
.AnyTagClassName
{
color: #3FE0CF;
}
</style>
background-color css
<style>
a { background-color: #3FE0CF; }
a { background-color: rgb(63,224,207); }
div.DivClassName
{
background-color: #3FE0CF;
}
.BgClassName
{
background-color: #3FE0CF;
}
</style>
border-color css
<style>
span { border-color: #3FE0CF; }
span { border-color: rgb(63,224,207); }
td.TdClassName
{
border-color: #3FE0CF;
}
.TagClassName
{
border-color: #3FE0CF;
}
</style>