Shades of Turquoise #3FFAB7
Tints of Turquoise #3FFAB7
RGB
CMYK
RGB Variations
Color information
#3FFAB7 (or 0x3FFAB7) is known color: Turquoise. HEX triplet: 3F, FA and B7. RGB value is (63,250,183). Sum of RGB (Red+Green+Blue) = 63+250+183=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAB7 is #C00548. Grayscale: #BABABA. Windows color (decimal): -12584265 or 12057151. OLE color: 12057151.
HSL color Cylindrical-coordinate representation of color #3FFAB7: hue angle of 158.5º 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 #3FFAB7 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 183 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.02 |
| HSL | 158.5º | 0.95% | 0.61% | - |
| HSV(B) | 158.5º | 0.75% | 0.98% | - |
| XYZ | 44.78 | 72.85 | 56.5 | - |
| YUV | 186.45 | 126.05 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 183 | 0.75 | 0 | 0.27 | 0.02 | 158.5 | 0.95 | 0.61 |
| Hex | 3F | FA | B7 | 4B | 0 | 1B | 2 | 9F | 5F | 3D |
| Octal | 77 | 372 | 267 | 113 | 0 | 33 | 2 | 237 | 137 | 75 |
| Binary | 111111 | 11111010 | 10110111 | 1001011 | 0 | 11011 | 10 | 10011111 | 1011111 | 111101 |
Color Harmonies of #3FFAB7
Complementary color
Monochromatic Colors of #3FFAB7
Black with #3FFAB7
Text Example
Text Example
White with #3FFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAB7; }
p { color: rgb(63,250,183); }
H1.HeaderClassName
{
color: #3FFAB7;
}
.AnyTagClassName
{
color: #3FFAB7;
}
</style>
background-color css
<style>
a { background-color: #3FFAB7; }
a { background-color: rgb(63,250,183); }
div.DivClassName
{
background-color: #3FFAB7;
}
.BgClassName
{
background-color: #3FFAB7;
}
</style>
border-color css
<style>
span { border-color: #3FFAB7; }
span { border-color: rgb(63,250,183); }
td.TdClassName
{
border-color: #3FFAB7;
}
.TagClassName
{
border-color: #3FFAB7;
}
</style>