Shades of Turquoise #3FFBEB
Tints of Turquoise #3FFBEB
RGB
CMYK
RGB Variations
Color information
#3FFBEB (or 0x3FFBEB) is known color: Turquoise. HEX triplet: 3F, FB and EB. RGB value is (63,251,235). Sum of RGB (Red+Green+Blue) = 63+251+235=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBEB is #C00414. Grayscale: #C0C0C0. Windows color (decimal): -12583957 or 15465279. OLE color: 15465279.
HSL color Cylindrical-coordinate representation of color #3FFBEB: hue angle of 174.89º 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 #3FFBEB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 235 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.02 |
| HSL | 174.89º | 0.96% | 0.62% | - |
| HSV(B) | 174.89º | 0.75% | 0.98% | - |
| XYZ | 51.54 | 76.05 | 90.56 | - |
| YUV | 192.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 235 | 0.75 | 0 | 0.06 | 0.02 | 174.89 | 0.96 | 0.62 |
| Hex | 3F | FB | EB | 4B | 0 | 6 | 2 | AF | 60 | 3E |
| Octal | 77 | 373 | 353 | 113 | 0 | 6 | 2 | 257 | 140 | 76 |
| Binary | 111111 | 11111011 | 11101011 | 1001011 | 0 | 110 | 10 | 10101111 | 1100000 | 111110 |
Color Harmonies of #3FFBEB
Complementary color
Monochromatic Colors of #3FFBEB
Black with #3FFBEB
Text Example
Text Example
White with #3FFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBEB; }
p { color: rgb(63,251,235); }
H1.HeaderClassName
{
color: #3FFBEB;
}
.AnyTagClassName
{
color: #3FFBEB;
}
</style>
background-color css
<style>
a { background-color: #3FFBEB; }
a { background-color: rgb(63,251,235); }
div.DivClassName
{
background-color: #3FFBEB;
}
.BgClassName
{
background-color: #3FFBEB;
}
</style>
border-color css
<style>
span { border-color: #3FFBEB; }
span { border-color: rgb(63,251,235); }
td.TdClassName
{
border-color: #3FFBEB;
}
.TagClassName
{
border-color: #3FFBEB;
}
</style>