Shades of Turquoise #3FFBE0
Tints of Turquoise #3FFBE0
RGB
CMYK
RGB Variations
Color information
#3FFBE0 (or 0x3FFBE0) is known color: Turquoise. HEX triplet: 3F, FB and E0. RGB value is (63,251,224). Sum of RGB (Red+Green+Blue) = 63+251+224=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBE0 is #C0041F. Grayscale: #BFBFBF. Windows color (decimal): -12583968 or 14744383. OLE color: 14744383.
HSL color Cylindrical-coordinate representation of color #3FFBE0: hue angle of 171.38º 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 #3FFBE0 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 224 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.02 |
| HSL | 171.38º | 0.96% | 0.62% | - |
| HSV(B) | 171.38º | 0.75% | 0.98% | - |
| XYZ | 50 | 75.43 | 82.45 | - |
| YUV | 191.71 | 146.22 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 224 | 0.75 | 0 | 0.11 | 0.02 | 171.38 | 0.96 | 0.62 |
| Hex | 3F | FB | E0 | 4B | 0 | B | 2 | AB | 60 | 3E |
| Octal | 77 | 373 | 340 | 113 | 0 | 13 | 2 | 253 | 140 | 76 |
| Binary | 111111 | 11111011 | 11100000 | 1001011 | 0 | 1011 | 10 | 10101011 | 1100000 | 111110 |
Color Harmonies of #3FFBE0
Complementary color
Monochromatic Colors of #3FFBE0
Black with #3FFBE0
Text Example
Text Example
White with #3FFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBE0; }
p { color: rgb(63,251,224); }
H1.HeaderClassName
{
color: #3FFBE0;
}
.AnyTagClassName
{
color: #3FFBE0;
}
</style>
background-color css
<style>
a { background-color: #3FFBE0; }
a { background-color: rgb(63,251,224); }
div.DivClassName
{
background-color: #3FFBE0;
}
.BgClassName
{
background-color: #3FFBE0;
}
</style>
border-color css
<style>
span { border-color: #3FFBE0; }
span { border-color: rgb(63,251,224); }
td.TdClassName
{
border-color: #3FFBE0;
}
.TagClassName
{
border-color: #3FFBE0;
}
</style>