Shades of Turquoise #3FEACE
Tints of Turquoise #3FEACE
RGB
CMYK
RGB Variations
Color information
#3FEACE (or 0x3FEACE) is known color: Turquoise. HEX triplet: 3F, EA and CE. RGB value is (63,234,206). Sum of RGB (Red+Green+Blue) = 63+234+206=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEACE is #C01531. Grayscale: #B3B3B3. Windows color (decimal): -12588338 or 13560383. OLE color: 13560383.
HSL color Cylindrical-coordinate representation of color #3FEACE: hue angle of 170.18º 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 #3FEACE is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 206 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.08 |
| HSL | 170.18º | 0.8% | 0.58% | - |
| HSV(B) | 170.18º | 0.73% | 0.92% | - |
| XYZ | 42.61 | 64.36 | 68.57 | - |
| YUV | 179.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 206 | 0.73 | 0 | 0.12 | 0.08 | 170.18 | 0.8 | 0.58 |
| Hex | 3F | EA | CE | 49 | 0 | C | 8 | AA | 50 | 3A |
| Octal | 77 | 352 | 316 | 111 | 0 | 14 | 10 | 252 | 120 | 72 |
| Binary | 111111 | 11101010 | 11001110 | 1001001 | 0 | 1100 | 1000 | 10101010 | 1010000 | 111010 |
Color Harmonies of #3FEACE
Complementary color
Monochromatic Colors of #3FEACE
Black with #3FEACE
Text Example
Text Example
White with #3FEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEACE; }
p { color: rgb(63,234,206); }
H1.HeaderClassName
{
color: #3FEACE;
}
.AnyTagClassName
{
color: #3FEACE;
}
</style>
background-color css
<style>
a { background-color: #3FEACE; }
a { background-color: rgb(63,234,206); }
div.DivClassName
{
background-color: #3FEACE;
}
.BgClassName
{
background-color: #3FEACE;
}
</style>
border-color css
<style>
span { border-color: #3FEACE; }
span { border-color: rgb(63,234,206); }
td.TdClassName
{
border-color: #3FEACE;
}
.TagClassName
{
border-color: #3FEACE;
}
</style>