Shades of Turquoise #3FECE4
Tints of Turquoise #3FECE4
RGB
CMYK
RGB Variations
Color information
#3FECE4 (or 0x3FECE4) is known color: Turquoise. HEX triplet: 3F, EC and E4. RGB value is (63,236,228). Sum of RGB (Red+Green+Blue) = 63+236+228=527 (69% of max value = 765). Red value is 63 (25% from 255 or 11.95% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECE4 is #C0131B. Grayscale: #B7B7B7. Windows color (decimal): -12587804 or 15002687. OLE color: 15002687.
HSL color Cylindrical-coordinate representation of color #3FECE4: hue angle of 177.23º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECE4 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 228 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.07 |
| HSL | 177.23º | 0.82% | 0.59% | - |
| HSV(B) | 177.23º | 0.73% | 0.93% | - |
| XYZ | 46.05 | 66.65 | 83.84 | - |
| YUV | 183.36 | 153.19 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 228 | 0.73 | 0 | 0.03 | 0.07 | 177.23 | 0.82 | 0.59 |
| Hex | 3F | EC | E4 | 49 | 0 | 3 | 7 | B1 | 52 | 3B |
| Octal | 77 | 354 | 344 | 111 | 0 | 3 | 7 | 261 | 122 | 73 |
| Binary | 111111 | 11101100 | 11100100 | 1001001 | 0 | 11 | 111 | 10110001 | 1010010 | 111011 |
Color Harmonies of #3FECE4
Complementary color
Monochromatic Colors of #3FECE4
Black with #3FECE4
Text Example
Text Example
White with #3FECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECE4; }
p { color: rgb(63,236,228); }
H1.HeaderClassName
{
color: #3FECE4;
}
.AnyTagClassName
{
color: #3FECE4;
}
</style>
background-color css
<style>
a { background-color: #3FECE4; }
a { background-color: rgb(63,236,228); }
div.DivClassName
{
background-color: #3FECE4;
}
.BgClassName
{
background-color: #3FECE4;
}
</style>
border-color css
<style>
span { border-color: #3FECE4; }
span { border-color: rgb(63,236,228); }
td.TdClassName
{
border-color: #3FECE4;
}
.TagClassName
{
border-color: #3FECE4;
}
</style>