Shades of Turquoise #3FFFD0
Tints of Turquoise #3FFFD0
RGB
CMYK
RGB Variations
Color information
#3FFFD0 (or 0x3FFFD0) is known color: Turquoise. HEX triplet: 3F, FF and D0. RGB value is (63,255,208). Sum of RGB (Red+Green+Blue) = 63+255+208=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFD0 is #C0002F. Grayscale: #C0C0C0. Windows color (decimal): -12582960 or 13696831. OLE color: 13696831.
HSL color Cylindrical-coordinate representation of color #3FFFD0: hue angle of 165.31º 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 #3FFFD0 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 208 | - |
| CMYK | 0.75 | 0 | 0.18 | 0 |
| HSL | 165.31º | 1% | 0.62% | - |
| HSV(B) | 165.31º | 0.75% | 1% | - |
| XYZ | 49.2 | 77.13 | 71.97 | - |
| YUV | 192.23 | 136.89 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 208 | 0.75 | 0 | 0.18 | 0 | 165.31 | 1 | 0.62 |
| Hex | 3F | FF | D0 | 4B | 0 | 12 | 0 | A5 | 64 | 3E |
| Octal | 77 | 377 | 320 | 113 | 0 | 22 | 0 | 245 | 144 | 76 |
| Binary | 111111 | 11111111 | 11010000 | 1001011 | 0 | 10010 | 0 | 10100101 | 1100100 | 111110 |
Color Harmonies of #3FFFD0
Complementary color
Monochromatic Colors of #3FFFD0
Black with #3FFFD0
Text Example
Text Example
White with #3FFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFD0; }
p { color: rgb(63,255,208); }
H1.HeaderClassName
{
color: #3FFFD0;
}
.AnyTagClassName
{
color: #3FFFD0;
}
</style>
background-color css
<style>
a { background-color: #3FFFD0; }
a { background-color: rgb(63,255,208); }
div.DivClassName
{
background-color: #3FFFD0;
}
.BgClassName
{
background-color: #3FFFD0;
}
</style>
border-color css
<style>
span { border-color: #3FFFD0; }
span { border-color: rgb(63,255,208); }
td.TdClassName
{
border-color: #3FFFD0;
}
.TagClassName
{
border-color: #3FFFD0;
}
</style>