Shades of Turquoise #3FECDE
Tints of Turquoise #3FECDE
RGB
CMYK
RGB Variations
Color information
#3FECDE (or 0x3FECDE) is known color: Turquoise. HEX triplet: 3F, EC and DE. RGB value is (63,236,222). Sum of RGB (Red+Green+Blue) = 63+236+222=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECDE is #C01321. Grayscale: #B6B6B6. Windows color (decimal): -12587810 or 14609471. OLE color: 14609471.
HSL color Cylindrical-coordinate representation of color #3FECDE: hue angle of 175.14º 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 #3FECDE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 222 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.07 |
| HSL | 175.14º | 0.82% | 0.59% | - |
| HSV(B) | 175.14º | 0.73% | 0.93% | - |
| XYZ | 45.23 | 66.32 | 79.52 | - |
| YUV | 182.68 | 150.19 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 222 | 0.73 | 0 | 0.06 | 0.07 | 175.14 | 0.82 | 0.59 |
| Hex | 3F | EC | DE | 49 | 0 | 6 | 7 | AF | 52 | 3B |
| Octal | 77 | 354 | 336 | 111 | 0 | 6 | 7 | 257 | 122 | 73 |
| Binary | 111111 | 11101100 | 11011110 | 1001001 | 0 | 110 | 111 | 10101111 | 1010010 | 111011 |
Color Harmonies of #3FECDE
Complementary color
Monochromatic Colors of #3FECDE
Black with #3FECDE
Text Example
Text Example
White with #3FECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECDE; }
p { color: rgb(63,236,222); }
H1.HeaderClassName
{
color: #3FECDE;
}
.AnyTagClassName
{
color: #3FECDE;
}
</style>
background-color css
<style>
a { background-color: #3FECDE; }
a { background-color: rgb(63,236,222); }
div.DivClassName
{
background-color: #3FECDE;
}
.BgClassName
{
background-color: #3FECDE;
}
</style>
border-color css
<style>
span { border-color: #3FECDE; }
span { border-color: rgb(63,236,222); }
td.TdClassName
{
border-color: #3FECDE;
}
.TagClassName
{
border-color: #3FECDE;
}
</style>