Shades of Turquoise #3FFABD
Tints of Turquoise #3FFABD
RGB
CMYK
RGB Variations
Color information
#3FFABD (or 0x3FFABD) is known color: Turquoise. HEX triplet: 3F, FA and BD. RGB value is (63,250,189). Sum of RGB (Red+Green+Blue) = 63+250+189=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFABD is #C00542. Grayscale: #BBBBBB. Windows color (decimal): -12584259 or 12450367. OLE color: 12450367.
HSL color Cylindrical-coordinate representation of color #3FFABD: hue angle of 160.43º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFABD is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 189 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.02 |
| HSL | 160.43º | 0.95% | 0.61% | - |
| HSV(B) | 160.43º | 0.75% | 0.98% | - |
| XYZ | 45.42 | 73.1 | 59.86 | - |
| YUV | 187.13 | 129.05 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 189 | 0.75 | 0 | 0.24 | 0.02 | 160.43 | 0.95 | 0.61 |
| Hex | 3F | FA | BD | 4B | 0 | 18 | 2 | A0 | 5F | 3D |
| Octal | 77 | 372 | 275 | 113 | 0 | 30 | 2 | 240 | 137 | 75 |
| Binary | 111111 | 11111010 | 10111101 | 1001011 | 0 | 11000 | 10 | 10100000 | 1011111 | 111101 |
Color Harmonies of #3FFABD
Complementary color
Monochromatic Colors of #3FFABD
Black with #3FFABD
Text Example
Text Example
White with #3FFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFABD; }
p { color: rgb(63,250,189); }
H1.HeaderClassName
{
color: #3FFABD;
}
.AnyTagClassName
{
color: #3FFABD;
}
</style>
background-color css
<style>
a { background-color: #3FFABD; }
a { background-color: rgb(63,250,189); }
div.DivClassName
{
background-color: #3FFABD;
}
.BgClassName
{
background-color: #3FFABD;
}
</style>
border-color css
<style>
span { border-color: #3FFABD; }
span { border-color: rgb(63,250,189); }
td.TdClassName
{
border-color: #3FFABD;
}
.TagClassName
{
border-color: #3FFABD;
}
</style>