Shades of Turquoise #3FFFDE
Tints of Turquoise #3FFFDE
RGB
CMYK
RGB Variations
Color information
#3FFFDE (or 0x3FFFDE) is known color: Turquoise. HEX triplet: 3F, FF and DE. RGB value is (63,255,222). Sum of RGB (Red+Green+Blue) = 63+255+222=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFDE is #C00021. Grayscale: #C1C1C1. Windows color (decimal): -12582946 or 14614335. OLE color: 14614335.
HSL color Cylindrical-coordinate representation of color #3FFFDE: hue angle of 169.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFDE is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 222 | - |
| CMYK | 0.75 | 0 | 0.13 | 0 |
| HSL | 169.69º | 1% | 0.62% | - |
| HSV(B) | 169.69º | 0.75% | 1% | - |
| XYZ | 50.99 | 77.85 | 81.45 | - |
| YUV | 193.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 222 | 0.75 | 0 | 0.13 | 0 | 169.69 | 1 | 0.62 |
| Hex | 3F | FF | DE | 4B | 0 | D | 0 | AA | 64 | 3E |
| Octal | 77 | 377 | 336 | 113 | 0 | 15 | 0 | 252 | 144 | 76 |
| Binary | 111111 | 11111111 | 11011110 | 1001011 | 0 | 1101 | 0 | 10101010 | 1100100 | 111110 |
Color Harmonies of #3FFFDE
Complementary color
Monochromatic Colors of #3FFFDE
Black with #3FFFDE
Text Example
Text Example
White with #3FFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFDE; }
p { color: rgb(63,255,222); }
H1.HeaderClassName
{
color: #3FFFDE;
}
.AnyTagClassName
{
color: #3FFFDE;
}
</style>
background-color css
<style>
a { background-color: #3FFFDE; }
a { background-color: rgb(63,255,222); }
div.DivClassName
{
background-color: #3FFFDE;
}
.BgClassName
{
background-color: #3FFFDE;
}
</style>
border-color css
<style>
span { border-color: #3FFFDE; }
span { border-color: rgb(63,255,222); }
td.TdClassName
{
border-color: #3FFFDE;
}
.TagClassName
{
border-color: #3FFFDE;
}
</style>