Shades of Turquoise #3FEAD4
Tints of Turquoise #3FEAD4
RGB
CMYK
RGB Variations
Color information
#3FEAD4 (or 0x3FEAD4) is known color: Turquoise. HEX triplet: 3F, EA and D4. RGB value is (63,234,212). Sum of RGB (Red+Green+Blue) = 63+234+212=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAD4 is #C0152B. Grayscale: #B4B4B4. Windows color (decimal): -12588332 or 13953599. OLE color: 13953599.
HSL color Cylindrical-coordinate representation of color #3FEAD4: hue angle of 172.28º 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 #3FEAD4 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 212 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.08 |
| HSL | 172.28º | 0.8% | 0.58% | - |
| HSV(B) | 172.28º | 0.73% | 0.92% | - |
| XYZ | 43.36 | 64.66 | 72.48 | - |
| YUV | 180.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 212 | 0.73 | 0 | 0.09 | 0.08 | 172.28 | 0.8 | 0.58 |
| Hex | 3F | EA | D4 | 49 | 0 | 9 | 8 | AC | 50 | 3A |
| Octal | 77 | 352 | 324 | 111 | 0 | 11 | 10 | 254 | 120 | 72 |
| Binary | 111111 | 11101010 | 11010100 | 1001001 | 0 | 1001 | 1000 | 10101100 | 1010000 | 111010 |
Color Harmonies of #3FEAD4
Complementary color
Monochromatic Colors of #3FEAD4
Black with #3FEAD4
Text Example
Text Example
White with #3FEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAD4; }
p { color: rgb(63,234,212); }
H1.HeaderClassName
{
color: #3FEAD4;
}
.AnyTagClassName
{
color: #3FEAD4;
}
</style>
background-color css
<style>
a { background-color: #3FEAD4; }
a { background-color: rgb(63,234,212); }
div.DivClassName
{
background-color: #3FEAD4;
}
.BgClassName
{
background-color: #3FEAD4;
}
</style>
border-color css
<style>
span { border-color: #3FEAD4; }
span { border-color: rgb(63,234,212); }
td.TdClassName
{
border-color: #3FEAD4;
}
.TagClassName
{
border-color: #3FEAD4;
}
</style>