Shades of Turquoise #3FFDE0
Tints of Turquoise #3FFDE0
RGB
CMYK
RGB Variations
Color information
#3FFDE0 (or 0x3FFDE0) is known color: Turquoise. HEX triplet: 3F, FD and E0. RGB value is (63,253,224). Sum of RGB (Red+Green+Blue) = 63+253+224=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDE0 is #C0021F. Grayscale: #C0C0C0. Windows color (decimal): -12583456 or 14744895. OLE color: 14744895.
HSL color Cylindrical-coordinate representation of color #3FFDE0: hue angle of 170.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDE0 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 224 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.01 |
| HSL | 170.84º | 0.98% | 0.62% | - |
| HSV(B) | 170.84º | 0.75% | 0.99% | - |
| XYZ | 50.63 | 76.69 | 82.66 | - |
| YUV | 192.88 | 145.55 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 224 | 0.75 | 0 | 0.11 | 0.01 | 170.84 | 0.98 | 0.62 |
| Hex | 3F | FD | E0 | 4B | 0 | B | 1 | AB | 62 | 3E |
| Octal | 77 | 375 | 340 | 113 | 0 | 13 | 1 | 253 | 142 | 76 |
| Binary | 111111 | 11111101 | 11100000 | 1001011 | 0 | 1011 | 1 | 10101011 | 1100010 | 111110 |
Color Harmonies of #3FFDE0
Complementary color
Monochromatic Colors of #3FFDE0
Black with #3FFDE0
Text Example
Text Example
White with #3FFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDE0; }
p { color: rgb(63,253,224); }
H1.HeaderClassName
{
color: #3FFDE0;
}
.AnyTagClassName
{
color: #3FFDE0;
}
</style>
background-color css
<style>
a { background-color: #3FFDE0; }
a { background-color: rgb(63,253,224); }
div.DivClassName
{
background-color: #3FFDE0;
}
.BgClassName
{
background-color: #3FFDE0;
}
</style>
border-color css
<style>
span { border-color: #3FFDE0; }
span { border-color: rgb(63,253,224); }
td.TdClassName
{
border-color: #3FFDE0;
}
.TagClassName
{
border-color: #3FFDE0;
}
</style>