Shades of Turquoise #3FFDCE
Tints of Turquoise #3FFDCE
RGB
CMYK
RGB Variations
Color information
#3FFDCE (or 0x3FFDCE) is known color: Turquoise. HEX triplet: 3F, FD and CE. RGB value is (63,253,206). Sum of RGB (Red+Green+Blue) = 63+253+206=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDCE is #C00231. Grayscale: #BEBEBE. Windows color (decimal): -12583474 or 13565247. OLE color: 13565247.
HSL color Cylindrical-coordinate representation of color #3FFDCE: hue angle of 165.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 #3FFDCE is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 206 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.01 |
| HSL | 165.16º | 0.98% | 0.62% | - |
| HSV(B) | 165.16º | 0.75% | 0.99% | - |
| XYZ | 48.32 | 75.76 | 70.47 | - |
| YUV | 190.83 | 136.55 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 206 | 0.75 | 0 | 0.19 | 0.01 | 165.16 | 0.98 | 0.62 |
| Hex | 3F | FD | CE | 4B | 0 | 13 | 1 | A5 | 62 | 3E |
| Octal | 77 | 375 | 316 | 113 | 0 | 23 | 1 | 245 | 142 | 76 |
| Binary | 111111 | 11111101 | 11001110 | 1001011 | 0 | 10011 | 1 | 10100101 | 1100010 | 111110 |
Color Harmonies of #3FFDCE
Complementary color
Monochromatic Colors of #3FFDCE
Black with #3FFDCE
Text Example
Text Example
White with #3FFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDCE; }
p { color: rgb(63,253,206); }
H1.HeaderClassName
{
color: #3FFDCE;
}
.AnyTagClassName
{
color: #3FFDCE;
}
</style>
background-color css
<style>
a { background-color: #3FFDCE; }
a { background-color: rgb(63,253,206); }
div.DivClassName
{
background-color: #3FFDCE;
}
.BgClassName
{
background-color: #3FFDCE;
}
</style>
border-color css
<style>
span { border-color: #3FFDCE; }
span { border-color: rgb(63,253,206); }
td.TdClassName
{
border-color: #3FFDCE;
}
.TagClassName
{
border-color: #3FFDCE;
}
</style>