Shades of Turquoise #3FECED
Tints of Turquoise #3FECED
RGB
CMYK
RGB Variations
Color information
#3FECED (or 0x3FECED) is known color: Turquoise. HEX triplet: 3F, EC and ED. RGB value is (63,236,237). Sum of RGB (Red+Green+Blue) = 63+236+237=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECED is #C01312. Grayscale: #B8B8B8. Windows color (decimal): -12587795 or 15592511. OLE color: 15592511.
HSL color Cylindrical-coordinate representation of color #3FECED: hue angle of 180.34º degrees, saturation: 0.83, 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 #3FECED is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 237 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.07 |
| HSL | 180.34º | 0.83% | 0.59% | - |
| HSV(B) | 180.34º | 0.73% | 0.93% | - |
| XYZ | 47.33 | 67.16 | 90.59 | - |
| YUV | 184.39 | 157.69 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 237 | 0.73 | 0.00 | 0 | 0.07 | 180.34 | 0.83 | 0.59 |
| Hex | 3F | EC | ED | 49 | 0 | 0 | 7 | B4 | 53 | 3B |
| Octal | 77 | 354 | 355 | 111 | 0 | 0 | 7 | 264 | 123 | 73 |
| Binary | 111111 | 11101100 | 11101101 | 1001001 | 0 | 0 | 111 | 10110100 | 1010011 | 111011 |
Color Harmonies of #3FECED
Complementary color
Monochromatic Colors of #3FECED
Black with #3FECED
Text Example
Text Example
White with #3FECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECED; }
p { color: rgb(63,236,237); }
H1.HeaderClassName
{
color: #3FECED;
}
.AnyTagClassName
{
color: #3FECED;
}
</style>
background-color css
<style>
a { background-color: #3FECED; }
a { background-color: rgb(63,236,237); }
div.DivClassName
{
background-color: #3FECED;
}
.BgClassName
{
background-color: #3FECED;
}
</style>
border-color css
<style>
span { border-color: #3FECED; }
span { border-color: rgb(63,236,237); }
td.TdClassName
{
border-color: #3FECED;
}
.TagClassName
{
border-color: #3FECED;
}
</style>