Shades of Turquoise #3FEED6
Tints of Turquoise #3FEED6
RGB
CMYK
RGB Variations
Color information
#3FEED6 (or 0x3FEED6) is known color: Turquoise. HEX triplet: 3F, EE and D6. RGB value is (63,238,214). Sum of RGB (Red+Green+Blue) = 63+238+214=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEED6 is #C01129. Grayscale: #B6B6B6. Windows color (decimal): -12587306 or 14085695. OLE color: 14085695.
HSL color Cylindrical-coordinate representation of color #3FEED6: hue angle of 171.77º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEED6 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 214 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.07 |
| HSL | 171.77º | 0.84% | 0.59% | - |
| HSV(B) | 171.77º | 0.74% | 0.93% | - |
| XYZ | 44.76 | 67.06 | 74.2 | - |
| YUV | 182.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 214 | 0.74 | 0 | 0.10 | 0.07 | 171.77 | 0.84 | 0.59 |
| Hex | 3F | EE | D6 | 4A | 0 | A | 7 | AC | 54 | 3B |
| Octal | 77 | 356 | 326 | 112 | 0 | 12 | 7 | 254 | 124 | 73 |
| Binary | 111111 | 11101110 | 11010110 | 1001010 | 0 | 1010 | 111 | 10101100 | 1010100 | 111011 |
Color Harmonies of #3FEED6
Complementary color
Monochromatic Colors of #3FEED6
Black with #3FEED6
Text Example
Text Example
White with #3FEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEED6; }
p { color: rgb(63,238,214); }
H1.HeaderClassName
{
color: #3FEED6;
}
.AnyTagClassName
{
color: #3FEED6;
}
</style>
background-color css
<style>
a { background-color: #3FEED6; }
a { background-color: rgb(63,238,214); }
div.DivClassName
{
background-color: #3FEED6;
}
.BgClassName
{
background-color: #3FEED6;
}
</style>
border-color css
<style>
span { border-color: #3FEED6; }
span { border-color: rgb(63,238,214); }
td.TdClassName
{
border-color: #3FEED6;
}
.TagClassName
{
border-color: #3FEED6;
}
</style>