Shades of Turquoise #3FEBDD
Tints of Turquoise #3FEBDD
RGB
CMYK
RGB Variations
Color information
#3FEBDD (or 0x3FEBDD) is known color: Turquoise. HEX triplet: 3F, EB and DD. RGB value is (63,235,221). Sum of RGB (Red+Green+Blue) = 63+235+221=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBDD is #C01422. Grayscale: #B5B5B5. Windows color (decimal): -12588067 or 14543679. OLE color: 14543679.
HSL color Cylindrical-coordinate representation of color #3FEBDD: hue angle of 175.12º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBDD is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 221 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.08 |
| HSL | 175.12º | 0.81% | 0.58% | - |
| HSV(B) | 175.12º | 0.73% | 0.92% | - |
| XYZ | 44.81 | 65.69 | 78.73 | - |
| YUV | 181.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 221 | 0.73 | 0 | 0.06 | 0.08 | 175.12 | 0.81 | 0.58 |
| Hex | 3F | EB | DD | 49 | 0 | 6 | 8 | AF | 51 | 3A |
| Octal | 77 | 353 | 335 | 111 | 0 | 6 | 10 | 257 | 121 | 72 |
| Binary | 111111 | 11101011 | 11011101 | 1001001 | 0 | 110 | 1000 | 10101111 | 1010001 | 111010 |
Color Harmonies of #3FEBDD
Complementary color
Monochromatic Colors of #3FEBDD
Black with #3FEBDD
Text Example
Text Example
White with #3FEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBDD; }
p { color: rgb(63,235,221); }
H1.HeaderClassName
{
color: #3FEBDD;
}
.AnyTagClassName
{
color: #3FEBDD;
}
</style>
background-color css
<style>
a { background-color: #3FEBDD; }
a { background-color: rgb(63,235,221); }
div.DivClassName
{
background-color: #3FEBDD;
}
.BgClassName
{
background-color: #3FEBDD;
}
</style>
border-color css
<style>
span { border-color: #3FEBDD; }
span { border-color: rgb(63,235,221); }
td.TdClassName
{
border-color: #3FEBDD;
}
.TagClassName
{
border-color: #3FEBDD;
}
</style>