Shades of Turquoise #3FF7DB
Tints of Turquoise #3FF7DB
RGB
CMYK
RGB Variations
Color information
#3FF7DB (or 0x3FF7DB) is known color: Turquoise. HEX triplet: 3F, F7 and DB. RGB value is (63,247,219). Sum of RGB (Red+Green+Blue) = 63+247+219=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF7DB is #C00824. Grayscale: #BCBCBC. Windows color (decimal): -12584997 or 14415679. OLE color: 14415679.
HSL color Cylindrical-coordinate representation of color #3FF7DB: hue angle of 170.87º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF7DB is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 219 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.03 |
| HSL | 170.87º | 0.92% | 0.61% | - |
| HSV(B) | 170.87º | 0.74% | 0.97% | - |
| XYZ | 48.1 | 72.69 | 78.51 | - |
| YUV | 188.79 | 145.04 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 219 | 0.74 | 0 | 0.11 | 0.03 | 170.87 | 0.92 | 0.61 |
| Hex | 3F | F7 | DB | 4A | 0 | B | 3 | AB | 5C | 3D |
| Octal | 77 | 367 | 333 | 112 | 0 | 13 | 3 | 253 | 134 | 75 |
| Binary | 111111 | 11110111 | 11011011 | 1001010 | 0 | 1011 | 11 | 10101011 | 1011100 | 111101 |
Color Harmonies of #3FF7DB
Complementary color
Monochromatic Colors of #3FF7DB
Black with #3FF7DB
Text Example
Text Example
White with #3FF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF7DB; }
p { color: rgb(63,247,219); }
H1.HeaderClassName
{
color: #3FF7DB;
}
.AnyTagClassName
{
color: #3FF7DB;
}
</style>
background-color css
<style>
a { background-color: #3FF7DB; }
a { background-color: rgb(63,247,219); }
div.DivClassName
{
background-color: #3FF7DB;
}
.BgClassName
{
background-color: #3FF7DB;
}
</style>
border-color css
<style>
span { border-color: #3FF7DB; }
span { border-color: rgb(63,247,219); }
td.TdClassName
{
border-color: #3FF7DB;
}
.TagClassName
{
border-color: #3FF7DB;
}
</style>