Shades of Turquoise #3FF8BD
Tints of Turquoise #3FF8BD
RGB
CMYK
RGB Variations
Color information
#3FF8BD (or 0x3FF8BD) is known color: Turquoise. HEX triplet: 3F, F8 and BD. RGB value is (63,248,189). Sum of RGB (Red+Green+Blue) = 63+248+189=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8BD is #C00742. Grayscale: #BABABA. Windows color (decimal): -12584771 or 12449855. OLE color: 12449855.
HSL color Cylindrical-coordinate representation of color #3FF8BD: hue angle of 160.86º 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 #3FF8BD is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 189 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.03 |
| HSL | 160.86º | 0.93% | 0.61% | - |
| HSV(B) | 160.86º | 0.75% | 0.97% | - |
| XYZ | 44.8 | 71.87 | 59.65 | - |
| YUV | 185.96 | 129.71 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 189 | 0.75 | 0 | 0.24 | 0.03 | 160.86 | 0.93 | 0.61 |
| Hex | 3F | F8 | BD | 4B | 0 | 18 | 3 | A1 | 5D | 3D |
| Octal | 77 | 370 | 275 | 113 | 0 | 30 | 3 | 241 | 135 | 75 |
| Binary | 111111 | 11111000 | 10111101 | 1001011 | 0 | 11000 | 11 | 10100001 | 1011101 | 111101 |
Color Harmonies of #3FF8BD
Complementary color
Monochromatic Colors of #3FF8BD
Black with #3FF8BD
Text Example
Text Example
White with #3FF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8BD; }
p { color: rgb(63,248,189); }
H1.HeaderClassName
{
color: #3FF8BD;
}
.AnyTagClassName
{
color: #3FF8BD;
}
</style>
background-color css
<style>
a { background-color: #3FF8BD; }
a { background-color: rgb(63,248,189); }
div.DivClassName
{
background-color: #3FF8BD;
}
.BgClassName
{
background-color: #3FF8BD;
}
</style>
border-color css
<style>
span { border-color: #3FF8BD; }
span { border-color: rgb(63,248,189); }
td.TdClassName
{
border-color: #3FF8BD;
}
.TagClassName
{
border-color: #3FF8BD;
}
</style>