Shades of Turquoise #3FF1D6
Tints of Turquoise #3FF1D6
RGB
CMYK
RGB Variations
Color information
#3FF1D6 (or 0x3FF1D6) is known color: Turquoise. HEX triplet: 3F, F1 and D6. RGB value is (63,241,214). Sum of RGB (Red+Green+Blue) = 63+241+214=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF1D6 is #C00E29. Grayscale: #B8B8B8. Windows color (decimal): -12586538 or 14086463. OLE color: 14086463.
HSL color Cylindrical-coordinate representation of color #3FF1D6: hue angle of 170.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1D6 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 214 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.05 |
| HSL | 170.9º | 0.86% | 0.6% | - |
| HSV(B) | 170.9º | 0.74% | 0.95% | - |
| XYZ | 45.64 | 68.82 | 74.5 | - |
| YUV | 184.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 214 | 0.74 | 0 | 0.11 | 0.05 | 170.9 | 0.86 | 0.6 |
| Hex | 3F | F1 | D6 | 4A | 0 | B | 5 | AB | 56 | 3C |
| Octal | 77 | 361 | 326 | 112 | 0 | 13 | 5 | 253 | 126 | 74 |
| Binary | 111111 | 11110001 | 11010110 | 1001010 | 0 | 1011 | 101 | 10101011 | 1010110 | 111100 |
Color Harmonies of #3FF1D6
Complementary color
Monochromatic Colors of #3FF1D6
Black with #3FF1D6
Text Example
Text Example
White with #3FF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF1D6; }
p { color: rgb(63,241,214); }
H1.HeaderClassName
{
color: #3FF1D6;
}
.AnyTagClassName
{
color: #3FF1D6;
}
</style>
background-color css
<style>
a { background-color: #3FF1D6; }
a { background-color: rgb(63,241,214); }
div.DivClassName
{
background-color: #3FF1D6;
}
.BgClassName
{
background-color: #3FF1D6;
}
</style>
border-color css
<style>
span { border-color: #3FF1D6; }
span { border-color: rgb(63,241,214); }
td.TdClassName
{
border-color: #3FF1D6;
}
.TagClassName
{
border-color: #3FF1D6;
}
</style>