Shades of Turquoise #3FEBDB
Tints of Turquoise #3FEBDB
RGB
CMYK
RGB Variations
Color information
#3FEBDB (or 0x3FEBDB) is known color: Turquoise. HEX triplet: 3F, EB and DB. RGB value is (63,235,219). Sum of RGB (Red+Green+Blue) = 63+235+219=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBDB is #C01424. Grayscale: #B5B5B5. Windows color (decimal): -12588069 or 14412607. OLE color: 14412607.
HSL color Cylindrical-coordinate representation of color #3FEBDB: hue angle of 174.42º 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 #3FEBDB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 219 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.08 |
| HSL | 174.42º | 0.81% | 0.58% | - |
| HSV(B) | 174.42º | 0.73% | 0.92% | - |
| XYZ | 44.54 | 65.59 | 77.33 | - |
| YUV | 181.75 | 149.02 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 219 | 0.73 | 0 | 0.07 | 0.08 | 174.42 | 0.81 | 0.58 |
| Hex | 3F | EB | DB | 49 | 0 | 7 | 8 | AE | 51 | 3A |
| Octal | 77 | 353 | 333 | 111 | 0 | 7 | 10 | 256 | 121 | 72 |
| Binary | 111111 | 11101011 | 11011011 | 1001001 | 0 | 111 | 1000 | 10101110 | 1010001 | 111010 |
Color Harmonies of #3FEBDB
Complementary color
Monochromatic Colors of #3FEBDB
Black with #3FEBDB
Text Example
Text Example
White with #3FEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBDB; }
p { color: rgb(63,235,219); }
H1.HeaderClassName
{
color: #3FEBDB;
}
.AnyTagClassName
{
color: #3FEBDB;
}
</style>
background-color css
<style>
a { background-color: #3FEBDB; }
a { background-color: rgb(63,235,219); }
div.DivClassName
{
background-color: #3FEBDB;
}
.BgClassName
{
background-color: #3FEBDB;
}
</style>
border-color css
<style>
span { border-color: #3FEBDB; }
span { border-color: rgb(63,235,219); }
td.TdClassName
{
border-color: #3FEBDB;
}
.TagClassName
{
border-color: #3FEBDB;
}
</style>