Shades of Turquoise #3FEAD8
Tints of Turquoise #3FEAD8
RGB
CMYK
RGB Variations
Color information
#3FEAD8 (or 0x3FEAD8) is known color: Turquoise. HEX triplet: 3F, EA and D8. RGB value is (63,234,216). Sum of RGB (Red+Green+Blue) = 63+234+216=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAD8 is #C01527. Grayscale: #B4B4B4. Windows color (decimal): -12588328 or 14215743. OLE color: 14215743.
HSL color Cylindrical-coordinate representation of color #3FEAD8: hue angle of 173.68º 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 #3FEAD8 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 216 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.08 |
| HSL | 173.68º | 0.8% | 0.58% | - |
| HSV(B) | 173.68º | 0.73% | 0.92% | - |
| XYZ | 43.87 | 64.86 | 75.17 | - |
| YUV | 180.82 | 147.85 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 216 | 0.73 | 0 | 0.08 | 0.08 | 173.68 | 0.8 | 0.58 |
| Hex | 3F | EA | D8 | 49 | 0 | 8 | 8 | AE | 50 | 3A |
| Octal | 77 | 352 | 330 | 111 | 0 | 10 | 10 | 256 | 120 | 72 |
| Binary | 111111 | 11101010 | 11011000 | 1001001 | 0 | 1000 | 1000 | 10101110 | 1010000 | 111010 |
Color Harmonies of #3FEAD8
Complementary color
Monochromatic Colors of #3FEAD8
Black with #3FEAD8
Text Example
Text Example
White with #3FEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAD8; }
p { color: rgb(63,234,216); }
H1.HeaderClassName
{
color: #3FEAD8;
}
.AnyTagClassName
{
color: #3FEAD8;
}
</style>
background-color css
<style>
a { background-color: #3FEAD8; }
a { background-color: rgb(63,234,216); }
div.DivClassName
{
background-color: #3FEAD8;
}
.BgClassName
{
background-color: #3FEAD8;
}
</style>
border-color css
<style>
span { border-color: #3FEAD8; }
span { border-color: rgb(63,234,216); }
td.TdClassName
{
border-color: #3FEAD8;
}
.TagClassName
{
border-color: #3FEAD8;
}
</style>