Shades of Turquoise #3FFEEF
Tints of Turquoise #3FFEEF
RGB
CMYK
RGB Variations
Color information
#3FFEEF (or 0x3FFEEF) is known color: Turquoise. HEX triplet: 3F, FE and EF. RGB value is (63,254,239). Sum of RGB (Red+Green+Blue) = 63+254+239=556 (73% of max value = 765). Red value is 63 (25% from 255 or 11.33% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFEEF is #C00110. Grayscale: #C3C3C3. Windows color (decimal): -12583185 or 15728191. OLE color: 15728191.
HSL color Cylindrical-coordinate representation of color #3FFEEF: hue angle of 175.29º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEEF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 239 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.00 |
| HSL | 175.29º | 0.99% | 0.62% | - |
| HSV(B) | 175.29º | 0.75% | 1% | - |
| XYZ | 53.07 | 78.17 | 93.95 | - |
| YUV | 195.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 239 | 0.75 | 0 | 0.06 | 0.00 | 175.29 | 0.99 | 0.62 |
| Hex | 3F | FE | EF | 4B | 0 | 6 | 0 | AF | 63 | 3E |
| Octal | 77 | 376 | 357 | 113 | 0 | 6 | 0 | 257 | 143 | 76 |
| Binary | 111111 | 11111110 | 11101111 | 1001011 | 0 | 110 | 0 | 10101111 | 1100011 | 111110 |
Color Harmonies of #3FFEEF
Complementary color
Monochromatic Colors of #3FFEEF
Black with #3FFEEF
Text Example
Text Example
White with #3FFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEEF; }
p { color: rgb(63,254,239); }
H1.HeaderClassName
{
color: #3FFEEF;
}
.AnyTagClassName
{
color: #3FFEEF;
}
</style>
background-color css
<style>
a { background-color: #3FFEEF; }
a { background-color: rgb(63,254,239); }
div.DivClassName
{
background-color: #3FFEEF;
}
.BgClassName
{
background-color: #3FFEEF;
}
</style>
border-color css
<style>
span { border-color: #3FFEEF; }
span { border-color: rgb(63,254,239); }
td.TdClassName
{
border-color: #3FFEEF;
}
.TagClassName
{
border-color: #3FFEEF;
}
</style>