Shades of Turquoise #3FEADB
Tints of Turquoise #3FEADB
RGB
CMYK
RGB Variations
Color information
#3FEADB (or 0x3FEADB) is known color: Turquoise. HEX triplet: 3F, EA and DB. RGB value is (63,234,219). Sum of RGB (Red+Green+Blue) = 63+234+219=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEADB is #C01524. Grayscale: #B5B5B5. Windows color (decimal): -12588325 or 14412351. OLE color: 14412351.
HSL color Cylindrical-coordinate representation of color #3FEADB: hue angle of 174.74º degrees, saturation: 0.8, 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 #3FEADB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 219 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.08 |
| HSL | 174.74º | 0.8% | 0.58% | - |
| HSV(B) | 174.74º | 0.73% | 0.92% | - |
| XYZ | 44.26 | 65.02 | 77.23 | - |
| YUV | 181.16 | 149.35 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 219 | 0.73 | 0 | 0.06 | 0.08 | 174.74 | 0.8 | 0.58 |
| Hex | 3F | EA | DB | 49 | 0 | 6 | 8 | AF | 50 | 3A |
| Octal | 77 | 352 | 333 | 111 | 0 | 6 | 10 | 257 | 120 | 72 |
| Binary | 111111 | 11101010 | 11011011 | 1001001 | 0 | 110 | 1000 | 10101111 | 1010000 | 111010 |
Color Harmonies of #3FEADB
Complementary color
Monochromatic Colors of #3FEADB
Black with #3FEADB
Text Example
Text Example
White with #3FEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEADB; }
p { color: rgb(63,234,219); }
H1.HeaderClassName
{
color: #3FEADB;
}
.AnyTagClassName
{
color: #3FEADB;
}
</style>
background-color css
<style>
a { background-color: #3FEADB; }
a { background-color: rgb(63,234,219); }
div.DivClassName
{
background-color: #3FEADB;
}
.BgClassName
{
background-color: #3FEADB;
}
</style>
border-color css
<style>
span { border-color: #3FEADB; }
span { border-color: rgb(63,234,219); }
td.TdClassName
{
border-color: #3FEADB;
}
.TagClassName
{
border-color: #3FEADB;
}
</style>