Shades of Turquoise #3FF8D3
Tints of Turquoise #3FF8D3
RGB
CMYK
RGB Variations
Color information
#3FF8D3 (or 0x3FF8D3) is known color: Turquoise. HEX triplet: 3F, F8 and D3. RGB value is (63,248,211). Sum of RGB (Red+Green+Blue) = 63+248+211=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8D3 is #C0072C. Grayscale: #BCBCBC. Windows color (decimal): -12584749 or 13891647. OLE color: 13891647.
HSL color Cylindrical-coordinate representation of color #3FF8D3: hue angle of 168º 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 #3FF8D3 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 211 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.03 |
| HSL | 168º | 0.93% | 0.61% | - |
| HSV(B) | 168º | 0.75% | 0.97% | - |
| XYZ | 47.38 | 72.89 | 73.2 | - |
| YUV | 188.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 211 | 0.75 | 0 | 0.15 | 0.03 | 168 | 0.93 | 0.61 |
| Hex | 3F | F8 | D3 | 4B | 0 | F | 3 | A8 | 5D | 3D |
| Octal | 77 | 370 | 323 | 113 | 0 | 17 | 3 | 250 | 135 | 75 |
| Binary | 111111 | 11111000 | 11010011 | 1001011 | 0 | 1111 | 11 | 10101000 | 1011101 | 111101 |
Color Harmonies of #3FF8D3
Complementary color
Monochromatic Colors of #3FF8D3
Black with #3FF8D3
Text Example
Text Example
White with #3FF8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8D3; }
p { color: rgb(63,248,211); }
H1.HeaderClassName
{
color: #3FF8D3;
}
.AnyTagClassName
{
color: #3FF8D3;
}
</style>
background-color css
<style>
a { background-color: #3FF8D3; }
a { background-color: rgb(63,248,211); }
div.DivClassName
{
background-color: #3FF8D3;
}
.BgClassName
{
background-color: #3FF8D3;
}
</style>
border-color css
<style>
span { border-color: #3FF8D3; }
span { border-color: rgb(63,248,211); }
td.TdClassName
{
border-color: #3FF8D3;
}
.TagClassName
{
border-color: #3FF8D3;
}
</style>