Shades of Turquoise #3FFFD1
Tints of Turquoise #3FFFD1
RGB
CMYK
RGB Variations
Color information
#3FFFD1 (or 0x3FFFD1) is known color: Turquoise. HEX triplet: 3F, FF and D1. RGB value is (63,255,209). Sum of RGB (Red+Green+Blue) = 63+255+209=527 (69% of max value = 765). Red value is 63 (25% from 255 or 11.95% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFD1 is #C0002E. Grayscale: #C0C0C0. Windows color (decimal): -12582959 or 13762367. OLE color: 13762367.
HSL color Cylindrical-coordinate representation of color #3FFFD1: hue angle of 165.62º 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 #3FFFD1 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 209 | - |
| CMYK | 0.75 | 0 | 0.18 | 0 |
| HSL | 165.63º | 1% | 0.62% | - |
| HSV(B) | 165.63º | 0.75% | 1% | - |
| XYZ | 49.32 | 77.18 | 72.62 | - |
| YUV | 192.35 | 137.39 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 209 | 0.75 | 0 | 0.18 | 0 | 165.63 | 1 | 0.62 |
| Hex | 3F | FF | D1 | 4B | 0 | 12 | 0 | A6 | 64 | 3E |
| Octal | 77 | 377 | 321 | 113 | 0 | 22 | 0 | 246 | 144 | 76 |
| Binary | 111111 | 11111111 | 11010001 | 1001011 | 0 | 10010 | 0 | 10100110 | 1100100 | 111110 |
Color Harmonies of #3FFFD1
Complementary color
Monochromatic Colors of #3FFFD1
Black with #3FFFD1
Text Example
Text Example
White with #3FFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFD1; }
p { color: rgb(63,255,209); }
H1.HeaderClassName
{
color: #3FFFD1;
}
.AnyTagClassName
{
color: #3FFFD1;
}
</style>
background-color css
<style>
a { background-color: #3FFFD1; }
a { background-color: rgb(63,255,209); }
div.DivClassName
{
background-color: #3FFFD1;
}
.BgClassName
{
background-color: #3FFFD1;
}
</style>
border-color css
<style>
span { border-color: #3FFFD1; }
span { border-color: rgb(63,255,209); }
td.TdClassName
{
border-color: #3FFFD1;
}
.TagClassName
{
border-color: #3FFFD1;
}
</style>