Shades of Turquoise #3FECEF
Tints of Turquoise #3FECEF
RGB
CMYK
RGB Variations
Color information
#3FECEF (or 0x3FECEF) is known color: Turquoise. HEX triplet: 3F, EC and EF. RGB value is (63,236,239). Sum of RGB (Red+Green+Blue) = 63+236+239=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECEF is #C01310. Grayscale: #B8B8B8. Windows color (decimal): -12587793 or 15723583. OLE color: 15723583.
HSL color Cylindrical-coordinate representation of color #3FECEF: hue angle of 181.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FECEF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 236 | 239 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.06 |
| HSL | 181.02º | 0.85% | 0.59% | - |
| HSV(B) | 181.02º | 0.74% | 0.94% | - |
| XYZ | 47.63 | 67.28 | 92.14 | - |
| YUV | 184.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 239 | 0.74 | 0.01 | 0 | 0.06 | 181.02 | 0.85 | 0.59 |
| Hex | 3F | EC | EF | 4A | 1 | 0 | 6 | B5 | 55 | 3B |
| Octal | 77 | 354 | 357 | 112 | 1 | 0 | 6 | 265 | 125 | 73 |
| Binary | 111111 | 11101100 | 11101111 | 1001010 | 1 | 0 | 110 | 10110101 | 1010101 | 111011 |
Color Harmonies of #3FECEF
Complementary color
Monochromatic Colors of #3FECEF
Black with #3FECEF
Text Example
Text Example
White with #3FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECEF; }
p { color: rgb(63,236,239); }
H1.HeaderClassName
{
color: #3FECEF;
}
.AnyTagClassName
{
color: #3FECEF;
}
</style>
background-color css
<style>
a { background-color: #3FECEF; }
a { background-color: rgb(63,236,239); }
div.DivClassName
{
background-color: #3FECEF;
}
.BgClassName
{
background-color: #3FECEF;
}
</style>
border-color css
<style>
span { border-color: #3FECEF; }
span { border-color: rgb(63,236,239); }
td.TdClassName
{
border-color: #3FECEF;
}
.TagClassName
{
border-color: #3FECEF;
}
</style>