Shades of Turquoise #3FFBC3
Tints of Turquoise #3FFBC3
RGB
CMYK
RGB Variations
Color information
#3FFBC3 (or 0x3FFBC3) is known color: Turquoise. HEX triplet: 3F, FB and C3. RGB value is (63,251,195). Sum of RGB (Red+Green+Blue) = 63+251+195=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBC3 is #C0043C. Grayscale: #BCBCBC. Windows color (decimal): -12583997 or 12843839. OLE color: 12843839.
HSL color Cylindrical-coordinate representation of color #3FFBC3: hue angle of 162.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBC3 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 195 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.02 |
| HSL | 162.13º | 0.96% | 0.62% | - |
| HSV(B) | 162.13º | 0.75% | 0.98% | - |
| XYZ | 46.4 | 73.99 | 63.47 | - |
| YUV | 188.4 | 131.72 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 195 | 0.75 | 0 | 0.22 | 0.02 | 162.13 | 0.96 | 0.62 |
| Hex | 3F | FB | C3 | 4B | 0 | 16 | 2 | A2 | 60 | 3E |
| Octal | 77 | 373 | 303 | 113 | 0 | 26 | 2 | 242 | 140 | 76 |
| Binary | 111111 | 11111011 | 11000011 | 1001011 | 0 | 10110 | 10 | 10100010 | 1100000 | 111110 |
Color Harmonies of #3FFBC3
Complementary color
Monochromatic Colors of #3FFBC3
Black with #3FFBC3
Text Example
Text Example
White with #3FFBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBC3; }
p { color: rgb(63,251,195); }
H1.HeaderClassName
{
color: #3FFBC3;
}
.AnyTagClassName
{
color: #3FFBC3;
}
</style>
background-color css
<style>
a { background-color: #3FFBC3; }
a { background-color: rgb(63,251,195); }
div.DivClassName
{
background-color: #3FFBC3;
}
.BgClassName
{
background-color: #3FFBC3;
}
</style>
border-color css
<style>
span { border-color: #3FFBC3; }
span { border-color: rgb(63,251,195); }
td.TdClassName
{
border-color: #3FFBC3;
}
.TagClassName
{
border-color: #3FFBC3;
}
</style>