Shades of Turquoise #3FFAEB
Tints of Turquoise #3FFAEB
RGB
CMYK
RGB Variations
Color information
#3FFAEB (or 0x3FFAEB) is known color: Turquoise. HEX triplet: 3F, FA and EB. RGB value is (63,250,235). Sum of RGB (Red+Green+Blue) = 63+250+235=548 (72% of max value = 765). Red value is 63 (25% from 255 or 11.50% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAEB is #C00514. Grayscale: #C0C0C0. Windows color (decimal): -12584213 or 15465023. OLE color: 15465023.
HSL color Cylindrical-coordinate representation of color #3FFAEB: hue angle of 175.19º 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 #3FFAEB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 235 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.02 |
| HSL | 175.19º | 0.95% | 0.61% | - |
| HSV(B) | 175.19º | 0.75% | 0.98% | - |
| XYZ | 51.23 | 75.43 | 90.46 | - |
| YUV | 192.38 | 152.05 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 235 | 0.75 | 0 | 0.06 | 0.02 | 175.19 | 0.95 | 0.61 |
| Hex | 3F | FA | EB | 4B | 0 | 6 | 2 | AF | 5F | 3D |
| Octal | 77 | 372 | 353 | 113 | 0 | 6 | 2 | 257 | 137 | 75 |
| Binary | 111111 | 11111010 | 11101011 | 1001011 | 0 | 110 | 10 | 10101111 | 1011111 | 111101 |
Color Harmonies of #3FFAEB
Complementary color
Monochromatic Colors of #3FFAEB
Black with #3FFAEB
Text Example
Text Example
White with #3FFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAEB; }
p { color: rgb(63,250,235); }
H1.HeaderClassName
{
color: #3FFAEB;
}
.AnyTagClassName
{
color: #3FFAEB;
}
</style>
background-color css
<style>
a { background-color: #3FFAEB; }
a { background-color: rgb(63,250,235); }
div.DivClassName
{
background-color: #3FFAEB;
}
.BgClassName
{
background-color: #3FFAEB;
}
</style>
border-color css
<style>
span { border-color: #3FFAEB; }
span { border-color: rgb(63,250,235); }
td.TdClassName
{
border-color: #3FFAEB;
}
.TagClassName
{
border-color: #3FFAEB;
}
</style>