Shades of Turquoise #3FF8C0
Tints of Turquoise #3FF8C0
RGB
CMYK
RGB Variations
Color information
#3FF8C0 (or 0x3FF8C0) is known color: Turquoise. HEX triplet: 3F, F8 and C0. RGB value is (63,248,192). Sum of RGB (Red+Green+Blue) = 63+248+192=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8C0 is #C0073F. Grayscale: #BABABA. Windows color (decimal): -12584768 or 12646463. OLE color: 12646463.
HSL color Cylindrical-coordinate representation of color #3FF8C0: hue angle of 161.84º 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 #3FF8C0 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 192 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.03 |
| HSL | 161.84º | 0.93% | 0.61% | - |
| HSV(B) | 161.84º | 0.75% | 0.97% | - |
| XYZ | 45.13 | 72 | 61.39 | - |
| YUV | 186.3 | 131.21 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 192 | 0.75 | 0 | 0.23 | 0.03 | 161.84 | 0.93 | 0.61 |
| Hex | 3F | F8 | C0 | 4B | 0 | 17 | 3 | A2 | 5D | 3D |
| Octal | 77 | 370 | 300 | 113 | 0 | 27 | 3 | 242 | 135 | 75 |
| Binary | 111111 | 11111000 | 11000000 | 1001011 | 0 | 10111 | 11 | 10100010 | 1011101 | 111101 |
Color Harmonies of #3FF8C0
Complementary color
Monochromatic Colors of #3FF8C0
Black with #3FF8C0
Text Example
Text Example
White with #3FF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8C0; }
p { color: rgb(63,248,192); }
H1.HeaderClassName
{
color: #3FF8C0;
}
.AnyTagClassName
{
color: #3FF8C0;
}
</style>
background-color css
<style>
a { background-color: #3FF8C0; }
a { background-color: rgb(63,248,192); }
div.DivClassName
{
background-color: #3FF8C0;
}
.BgClassName
{
background-color: #3FF8C0;
}
</style>
border-color css
<style>
span { border-color: #3FF8C0; }
span { border-color: rgb(63,248,192); }
td.TdClassName
{
border-color: #3FF8C0;
}
.TagClassName
{
border-color: #3FF8C0;
}
</style>