Shades of Turquoise #3FEAD0
Tints of Turquoise #3FEAD0
RGB
CMYK
RGB Variations
Color information
#3FEAD0 (or 0x3FEAD0) is known color: Turquoise. HEX triplet: 3F, EA and D0. RGB value is (63,234,208). Sum of RGB (Red+Green+Blue) = 63+234+208=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAD0 is #C0152F. Grayscale: #B3B3B3. Windows color (decimal): -12588336 or 13691455. OLE color: 13691455.
HSL color Cylindrical-coordinate representation of color #3FEAD0: hue angle of 170.88º 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 #3FEAD0 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 208 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.08 |
| HSL | 170.88º | 0.8% | 0.58% | - |
| HSV(B) | 170.88º | 0.73% | 0.92% | - |
| XYZ | 42.86 | 64.46 | 69.86 | - |
| YUV | 179.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 208 | 0.73 | 0 | 0.11 | 0.08 | 170.88 | 0.8 | 0.58 |
| Hex | 3F | EA | D0 | 49 | 0 | B | 8 | AB | 50 | 3A |
| Octal | 77 | 352 | 320 | 111 | 0 | 13 | 10 | 253 | 120 | 72 |
| Binary | 111111 | 11101010 | 11010000 | 1001001 | 0 | 1011 | 1000 | 10101011 | 1010000 | 111010 |
Color Harmonies of #3FEAD0
Complementary color
Monochromatic Colors of #3FEAD0
Black with #3FEAD0
Text Example
Text Example
White with #3FEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAD0; }
p { color: rgb(63,234,208); }
H1.HeaderClassName
{
color: #3FEAD0;
}
.AnyTagClassName
{
color: #3FEAD0;
}
</style>
background-color css
<style>
a { background-color: #3FEAD0; }
a { background-color: rgb(63,234,208); }
div.DivClassName
{
background-color: #3FEAD0;
}
.BgClassName
{
background-color: #3FEAD0;
}
</style>
border-color css
<style>
span { border-color: #3FEAD0; }
span { border-color: rgb(63,234,208); }
td.TdClassName
{
border-color: #3FEAD0;
}
.TagClassName
{
border-color: #3FEAD0;
}
</style>