Shades of Turquoise #3FDECE
Tints of Turquoise #3FDECE
RGB
CMYK
RGB Variations
Color information
#3FDECE (or 0x3FDECE) is known color: Turquoise. HEX triplet: 3F, DE and CE. RGB value is (63,222,206). Sum of RGB (Red+Green+Blue) = 63+222+206=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDECE is #C02131. Grayscale: #ACACAC. Windows color (decimal): -12591410 or 13557311. OLE color: 13557311.
HSL color Cylindrical-coordinate representation of color #3FDECE: hue angle of 173.96º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDECE is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 206 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.13 |
| HSL | 173.96º | 0.71% | 0.56% | - |
| HSV(B) | 173.96º | 0.72% | 0.87% | - |
| XYZ | 39.31 | 57.76 | 67.47 | - |
| YUV | 172.64 | 146.82 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 206 | 0.72 | 0 | 0.07 | 0.13 | 173.96 | 0.71 | 0.56 |
| Hex | 3F | DE | CE | 48 | 0 | 7 | D | AE | 47 | 38 |
| Octal | 77 | 336 | 316 | 110 | 0 | 7 | 15 | 256 | 107 | 70 |
| Binary | 111111 | 11011110 | 11001110 | 1001000 | 0 | 111 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #3FDECE
Complementary color
Monochromatic Colors of #3FDECE
Black with #3FDECE
Text Example
Text Example
White with #3FDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDECE; }
p { color: rgb(63,222,206); }
H1.HeaderClassName
{
color: #3FDECE;
}
.AnyTagClassName
{
color: #3FDECE;
}
</style>
background-color css
<style>
a { background-color: #3FDECE; }
a { background-color: rgb(63,222,206); }
div.DivClassName
{
background-color: #3FDECE;
}
.BgClassName
{
background-color: #3FDECE;
}
</style>
border-color css
<style>
span { border-color: #3FDECE; }
span { border-color: rgb(63,222,206); }
td.TdClassName
{
border-color: #3FDECE;
}
.TagClassName
{
border-color: #3FDECE;
}
</style>