Shades of Turquoise #3FEFCF
Tints of Turquoise #3FEFCF
RGB
CMYK
RGB Variations
Color information
#3FEFCF (or 0x3FEFCF) is known color: Turquoise. HEX triplet: 3F, EF and CF. RGB value is (63,239,207). Sum of RGB (Red+Green+Blue) = 63+239+207=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFCF is #C01030. Grayscale: #B6B6B6. Windows color (decimal): -12587057 or 13627199. OLE color: 13627199.
HSL color Cylindrical-coordinate representation of color #3FEFCF: hue angle of 169.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFCF is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 207 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.06 |
| HSL | 169.09º | 0.85% | 0.59% | - |
| HSV(B) | 169.09º | 0.74% | 0.94% | - |
| XYZ | 44.18 | 67.29 | 69.69 | - |
| YUV | 182.73 | 141.69 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 207 | 0.74 | 0 | 0.13 | 0.06 | 169.09 | 0.85 | 0.59 |
| Hex | 3F | EF | CF | 4A | 0 | D | 6 | A9 | 55 | 3B |
| Octal | 77 | 357 | 317 | 112 | 0 | 15 | 6 | 251 | 125 | 73 |
| Binary | 111111 | 11101111 | 11001111 | 1001010 | 0 | 1101 | 110 | 10101001 | 1010101 | 111011 |
Color Harmonies of #3FEFCF
Complementary color
Monochromatic Colors of #3FEFCF
Black with #3FEFCF
Text Example
Text Example
White with #3FEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFCF; }
p { color: rgb(63,239,207); }
H1.HeaderClassName
{
color: #3FEFCF;
}
.AnyTagClassName
{
color: #3FEFCF;
}
</style>
background-color css
<style>
a { background-color: #3FEFCF; }
a { background-color: rgb(63,239,207); }
div.DivClassName
{
background-color: #3FEFCF;
}
.BgClassName
{
background-color: #3FEFCF;
}
</style>
border-color css
<style>
span { border-color: #3FEFCF; }
span { border-color: rgb(63,239,207); }
td.TdClassName
{
border-color: #3FEFCF;
}
.TagClassName
{
border-color: #3FEFCF;
}
</style>