Shades of Turquoise #3FFBB6
Tints of Turquoise #3FFBB6
RGB
CMYK
RGB Variations
Color information
#3FFBB6 (or 0x3FFBB6) is known color: Turquoise. HEX triplet: 3F, FB and B6. RGB value is (63,251,182). Sum of RGB (Red+Green+Blue) = 63+251+182=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBB6 is #C00449. Grayscale: #BBBBBB. Windows color (decimal): -12584010 or 11991871. OLE color: 11991871.
HSL color Cylindrical-coordinate representation of color #3FFBB6: hue angle of 157.98º 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 #3FFBB6 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 182 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.02 |
| HSL | 157.98º | 0.96% | 0.62% | - |
| HSV(B) | 157.98º | 0.75% | 0.98% | - |
| XYZ | 44.99 | 73.43 | 56.06 | - |
| YUV | 186.92 | 125.22 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 182 | 0.75 | 0 | 0.27 | 0.02 | 157.98 | 0.96 | 0.62 |
| Hex | 3F | FB | B6 | 4B | 0 | 1B | 2 | 9E | 60 | 3E |
| Octal | 77 | 373 | 266 | 113 | 0 | 33 | 2 | 236 | 140 | 76 |
| Binary | 111111 | 11111011 | 10110110 | 1001011 | 0 | 11011 | 10 | 10011110 | 1100000 | 111110 |
Color Harmonies of #3FFBB6
Complementary color
Monochromatic Colors of #3FFBB6
Black with #3FFBB6
Text Example
Text Example
White with #3FFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBB6; }
p { color: rgb(63,251,182); }
H1.HeaderClassName
{
color: #3FFBB6;
}
.AnyTagClassName
{
color: #3FFBB6;
}
</style>
background-color css
<style>
a { background-color: #3FFBB6; }
a { background-color: rgb(63,251,182); }
div.DivClassName
{
background-color: #3FFBB6;
}
.BgClassName
{
background-color: #3FFBB6;
}
</style>
border-color css
<style>
span { border-color: #3FFBB6; }
span { border-color: rgb(63,251,182); }
td.TdClassName
{
border-color: #3FFBB6;
}
.TagClassName
{
border-color: #3FFBB6;
}
</style>