Shades of Turquoise #3FF8D6
Tints of Turquoise #3FF8D6
RGB
CMYK
RGB Variations
Color information
#3FF8D6 (or 0x3FF8D6) is known color: Turquoise. HEX triplet: 3F, F8 and D6. RGB value is (63,248,214). Sum of RGB (Red+Green+Blue) = 63+248+214=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8D6 is #C00729. Grayscale: #BCBCBC. Windows color (decimal): -12584746 or 14088255. OLE color: 14088255.
HSL color Cylindrical-coordinate representation of color #3FF8D6: hue angle of 168.97º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8D6 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 214 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.03 |
| HSL | 168.97º | 0.93% | 0.61% | - |
| HSV(B) | 168.97º | 0.75% | 0.97% | - |
| XYZ | 47.75 | 73.05 | 75.2 | - |
| YUV | 188.81 | 142.21 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 214 | 0.75 | 0 | 0.14 | 0.03 | 168.97 | 0.93 | 0.61 |
| Hex | 3F | F8 | D6 | 4B | 0 | E | 3 | A9 | 5D | 3D |
| Octal | 77 | 370 | 326 | 113 | 0 | 16 | 3 | 251 | 135 | 75 |
| Binary | 111111 | 11111000 | 11010110 | 1001011 | 0 | 1110 | 11 | 10101001 | 1011101 | 111101 |
Color Harmonies of #3FF8D6
Complementary color
Monochromatic Colors of #3FF8D6
Black with #3FF8D6
Text Example
Text Example
White with #3FF8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8D6; }
p { color: rgb(63,248,214); }
H1.HeaderClassName
{
color: #3FF8D6;
}
.AnyTagClassName
{
color: #3FF8D6;
}
</style>
background-color css
<style>
a { background-color: #3FF8D6; }
a { background-color: rgb(63,248,214); }
div.DivClassName
{
background-color: #3FF8D6;
}
.BgClassName
{
background-color: #3FF8D6;
}
</style>
border-color css
<style>
span { border-color: #3FF8D6; }
span { border-color: rgb(63,248,214); }
td.TdClassName
{
border-color: #3FF8D6;
}
.TagClassName
{
border-color: #3FF8D6;
}
</style>