Shades of Turquoise #3FFFDD
Tints of Turquoise #3FFFDD
RGB
CMYK
RGB Variations
Color information
#3FFFDD (or 0x3FFFDD) is known color: Turquoise. HEX triplet: 3F, FF and DD. RGB value is (63,255,221). Sum of RGB (Red+Green+Blue) = 63+255+221=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFDD is #C00022. Grayscale: #C1C1C1. Windows color (decimal): -12582947 or 14548799. OLE color: 14548799.
HSL color Cylindrical-coordinate representation of color #3FFFDD: hue angle of 169.38º 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 #3FFFDD is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 221 | - |
| CMYK | 0.75 | 0 | 0.13 | 0 |
| HSL | 169.38º | 1% | 0.62% | - |
| HSV(B) | 169.38º | 0.75% | 1% | - |
| XYZ | 50.86 | 77.8 | 80.74 | - |
| YUV | 193.72 | 143.39 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 221 | 0.75 | 0 | 0.13 | 0 | 169.38 | 1 | 0.62 |
| Hex | 3F | FF | DD | 4B | 0 | D | 0 | A9 | 64 | 3E |
| Octal | 77 | 377 | 335 | 113 | 0 | 15 | 0 | 251 | 144 | 76 |
| Binary | 111111 | 11111111 | 11011101 | 1001011 | 0 | 1101 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3FFFDD
Complementary color
Monochromatic Colors of #3FFFDD
Black with #3FFFDD
Text Example
Text Example
White with #3FFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFDD; }
p { color: rgb(63,255,221); }
H1.HeaderClassName
{
color: #3FFFDD;
}
.AnyTagClassName
{
color: #3FFFDD;
}
</style>
background-color css
<style>
a { background-color: #3FFFDD; }
a { background-color: rgb(63,255,221); }
div.DivClassName
{
background-color: #3FFFDD;
}
.BgClassName
{
background-color: #3FFFDD;
}
</style>
border-color css
<style>
span { border-color: #3FFFDD; }
span { border-color: rgb(63,255,221); }
td.TdClassName
{
border-color: #3FFFDD;
}
.TagClassName
{
border-color: #3FFFDD;
}
</style>