Shades of Turquoise #3FEEEC
Tints of Turquoise #3FEEEC
RGB
CMYK
RGB Variations
Color information
#3FEEEC (or 0x3FEEEC) is known color: Turquoise. HEX triplet: 3F, EE and EC. RGB value is (63,238,236). Sum of RGB (Red+Green+Blue) = 63+238+236=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEEEC is #C01113. Grayscale: #B9B9B9. Windows color (decimal): -12587284 or 15527487. OLE color: 15527487.
HSL color Cylindrical-coordinate representation of color #3FEEEC: hue angle of 179.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEEEC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 236 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.07 |
| HSL | 179.31º | 0.84% | 0.59% | - |
| HSV(B) | 179.31º | 0.74% | 0.93% | - |
| XYZ | 47.76 | 68.26 | 90.02 | - |
| YUV | 185.45 | 156.52 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 236 | 0.74 | 0 | 0.01 | 0.07 | 179.31 | 0.84 | 0.59 |
| Hex | 3F | EE | EC | 4A | 0 | 1 | 7 | B3 | 54 | 3B |
| Octal | 77 | 356 | 354 | 112 | 0 | 1 | 7 | 263 | 124 | 73 |
| Binary | 111111 | 11101110 | 11101100 | 1001010 | 0 | 1 | 111 | 10110011 | 1010100 | 111011 |
Color Harmonies of #3FEEEC
Complementary color
Monochromatic Colors of #3FEEEC
Black with #3FEEEC
Text Example
Text Example
White with #3FEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEEC; }
p { color: rgb(63,238,236); }
H1.HeaderClassName
{
color: #3FEEEC;
}
.AnyTagClassName
{
color: #3FEEEC;
}
</style>
background-color css
<style>
a { background-color: #3FEEEC; }
a { background-color: rgb(63,238,236); }
div.DivClassName
{
background-color: #3FEEEC;
}
.BgClassName
{
background-color: #3FEEEC;
}
</style>
border-color css
<style>
span { border-color: #3FEEEC; }
span { border-color: rgb(63,238,236); }
td.TdClassName
{
border-color: #3FEEEC;
}
.TagClassName
{
border-color: #3FEEEC;
}
</style>