Shades of Turquoise #3FEAD3
Tints of Turquoise #3FEAD3
RGB
CMYK
RGB Variations
Color information
#3FEAD3 (or 0x3FEAD3) is known color: Turquoise. HEX triplet: 3F, EA and D3. RGB value is (63,234,211). Sum of RGB (Red+Green+Blue) = 63+234+211=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAD3 is #C0152C. Grayscale: #B4B4B4. Windows color (decimal): -12588333 or 13888063. OLE color: 13888063.
HSL color Cylindrical-coordinate representation of color #3FEAD3: hue angle of 171.93º 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 #3FEAD3 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 211 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.08 |
| HSL | 171.93º | 0.8% | 0.58% | - |
| HSV(B) | 171.93º | 0.73% | 0.92% | - |
| XYZ | 43.23 | 64.61 | 71.82 | - |
| YUV | 180.25 | 145.35 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 211 | 0.73 | 0 | 0.10 | 0.08 | 171.93 | 0.8 | 0.58 |
| Hex | 3F | EA | D3 | 49 | 0 | A | 8 | AC | 50 | 3A |
| Octal | 77 | 352 | 323 | 111 | 0 | 12 | 10 | 254 | 120 | 72 |
| Binary | 111111 | 11101010 | 11010011 | 1001001 | 0 | 1010 | 1000 | 10101100 | 1010000 | 111010 |
Color Harmonies of #3FEAD3
Complementary color
Monochromatic Colors of #3FEAD3
Black with #3FEAD3
Text Example
Text Example
White with #3FEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAD3; }
p { color: rgb(63,234,211); }
H1.HeaderClassName
{
color: #3FEAD3;
}
.AnyTagClassName
{
color: #3FEAD3;
}
</style>
background-color css
<style>
a { background-color: #3FEAD3; }
a { background-color: rgb(63,234,211); }
div.DivClassName
{
background-color: #3FEAD3;
}
.BgClassName
{
background-color: #3FEAD3;
}
</style>
border-color css
<style>
span { border-color: #3FEAD3; }
span { border-color: rgb(63,234,211); }
td.TdClassName
{
border-color: #3FEAD3;
}
.TagClassName
{
border-color: #3FEAD3;
}
</style>