Shades of Turquoise #3FFDE1
Tints of Turquoise #3FFDE1
RGB
CMYK
RGB Variations
Color information
#3FFDE1 (or 0x3FFDE1) is known color: Turquoise. HEX triplet: 3F, FD and E1. RGB value is (63,253,225). Sum of RGB (Red+Green+Blue) = 63+253+225=541 (71% of max value = 765). Red value is 63 (25% from 255 or 11.65% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDE1 is #C0021E. Grayscale: #C0C0C0. Windows color (decimal): -12583455 or 14810431. OLE color: 14810431.
HSL color Cylindrical-coordinate representation of color #3FFDE1: hue angle of 171.16º 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 #3FFDE1 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 225 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.01 |
| HSL | 171.16º | 0.98% | 0.62% | - |
| HSV(B) | 171.16º | 0.75% | 0.99% | - |
| XYZ | 50.77 | 76.74 | 83.37 | - |
| YUV | 193 | 146.05 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 225 | 0.75 | 0 | 0.11 | 0.01 | 171.16 | 0.98 | 0.62 |
| Hex | 3F | FD | E1 | 4B | 0 | B | 1 | AB | 62 | 3E |
| Octal | 77 | 375 | 341 | 113 | 0 | 13 | 1 | 253 | 142 | 76 |
| Binary | 111111 | 11111101 | 11100001 | 1001011 | 0 | 1011 | 1 | 10101011 | 1100010 | 111110 |
Color Harmonies of #3FFDE1
Complementary color
Monochromatic Colors of #3FFDE1
Black with #3FFDE1
Text Example
Text Example
White with #3FFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDE1; }
p { color: rgb(63,253,225); }
H1.HeaderClassName
{
color: #3FFDE1;
}
.AnyTagClassName
{
color: #3FFDE1;
}
</style>
background-color css
<style>
a { background-color: #3FFDE1; }
a { background-color: rgb(63,253,225); }
div.DivClassName
{
background-color: #3FFDE1;
}
.BgClassName
{
background-color: #3FFDE1;
}
</style>
border-color css
<style>
span { border-color: #3FFDE1; }
span { border-color: rgb(63,253,225); }
td.TdClassName
{
border-color: #3FFDE1;
}
.TagClassName
{
border-color: #3FFDE1;
}
</style>