Shades of Turquoise #3FECCF
Tints of Turquoise #3FECCF
RGB
CMYK
RGB Variations
Color information
#3FECCF (or 0x3FECCF) is known color: Turquoise. HEX triplet: 3F, EC and CF. RGB value is (63,236,207). Sum of RGB (Red+Green+Blue) = 63+236+207=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECCF is #C01330. Grayscale: #B4B4B4. Windows color (decimal): -12587825 or 13626431. OLE color: 13626431.
HSL color Cylindrical-coordinate representation of color #3FECCF: hue angle of 169.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECCF is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 207 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.07 |
| HSL | 169.94º | 0.82% | 0.59% | - |
| HSV(B) | 169.94º | 0.73% | 0.93% | - |
| XYZ | 43.31 | 65.55 | 69.4 | - |
| YUV | 180.97 | 142.69 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 207 | 0.73 | 0 | 0.12 | 0.07 | 169.94 | 0.82 | 0.59 |
| Hex | 3F | EC | CF | 49 | 0 | C | 7 | AA | 52 | 3B |
| Octal | 77 | 354 | 317 | 111 | 0 | 14 | 7 | 252 | 122 | 73 |
| Binary | 111111 | 11101100 | 11001111 | 1001001 | 0 | 1100 | 111 | 10101010 | 1010010 | 111011 |
Color Harmonies of #3FECCF
Complementary color
Monochromatic Colors of #3FECCF
Black with #3FECCF
Text Example
Text Example
White with #3FECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECCF; }
p { color: rgb(63,236,207); }
H1.HeaderClassName
{
color: #3FECCF;
}
.AnyTagClassName
{
color: #3FECCF;
}
</style>
background-color css
<style>
a { background-color: #3FECCF; }
a { background-color: rgb(63,236,207); }
div.DivClassName
{
background-color: #3FECCF;
}
.BgClassName
{
background-color: #3FECCF;
}
</style>
border-color css
<style>
span { border-color: #3FECCF; }
span { border-color: rgb(63,236,207); }
td.TdClassName
{
border-color: #3FECCF;
}
.TagClassName
{
border-color: #3FECCF;
}
</style>