Shades of Turquoise #3FFBE3
Tints of Turquoise #3FFBE3
RGB
CMYK
RGB Variations
Color information
#3FFBE3 (or 0x3FFBE3) is known color: Turquoise. HEX triplet: 3F, FB and E3. RGB value is (63,251,227). Sum of RGB (Red+Green+Blue) = 63+251+227=541 (71% of max value = 765). Red value is 63 (25% from 255 or 11.65% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBE3 is #C0041C. Grayscale: #BFBFBF. Windows color (decimal): -12583965 or 14940991. OLE color: 14940991.
HSL color Cylindrical-coordinate representation of color #3FFBE3: hue angle of 172.34º 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 #3FFBE3 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 227 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.02 |
| HSL | 172.34º | 0.96% | 0.62% | - |
| HSV(B) | 172.34º | 0.75% | 0.98% | - |
| XYZ | 50.41 | 75.6 | 84.61 | - |
| YUV | 192.05 | 147.72 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 227 | 0.75 | 0 | 0.10 | 0.02 | 172.34 | 0.96 | 0.62 |
| Hex | 3F | FB | E3 | 4B | 0 | A | 2 | AC | 60 | 3E |
| Octal | 77 | 373 | 343 | 113 | 0 | 12 | 2 | 254 | 140 | 76 |
| Binary | 111111 | 11111011 | 11100011 | 1001011 | 0 | 1010 | 10 | 10101100 | 1100000 | 111110 |
Color Harmonies of #3FFBE3
Complementary color
Monochromatic Colors of #3FFBE3
Black with #3FFBE3
Text Example
Text Example
White with #3FFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBE3; }
p { color: rgb(63,251,227); }
H1.HeaderClassName
{
color: #3FFBE3;
}
.AnyTagClassName
{
color: #3FFBE3;
}
</style>
background-color css
<style>
a { background-color: #3FFBE3; }
a { background-color: rgb(63,251,227); }
div.DivClassName
{
background-color: #3FFBE3;
}
.BgClassName
{
background-color: #3FFBE3;
}
</style>
border-color css
<style>
span { border-color: #3FFBE3; }
span { border-color: rgb(63,251,227); }
td.TdClassName
{
border-color: #3FFBE3;
}
.TagClassName
{
border-color: #3FFBE3;
}
</style>