Shades of Turquoise #3FEEE2
Tints of Turquoise #3FEEE2
RGB
CMYK
RGB Variations
Color information
#3FEEE2 (or 0x3FEEE2) is known color: Turquoise. HEX triplet: 3F, EE and E2. RGB value is (63,238,226). Sum of RGB (Red+Green+Blue) = 63+238+226=527 (69% of max value = 765). Red value is 63 (25% from 255 or 11.95% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEE2 is #C0111D. Grayscale: #B8B8B8. Windows color (decimal): -12587294 or 14872127. OLE color: 14872127.
HSL color Cylindrical-coordinate representation of color #3FEEE2: hue angle of 175.89º 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 #3FEEE2 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 226 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.07 |
| HSL | 175.89º | 0.84% | 0.59% | - |
| HSV(B) | 175.89º | 0.74% | 0.93% | - |
| XYZ | 46.35 | 67.7 | 82.58 | - |
| YUV | 184.31 | 151.52 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 226 | 0.74 | 0 | 0.05 | 0.07 | 175.89 | 0.84 | 0.59 |
| Hex | 3F | EE | E2 | 4A | 0 | 5 | 7 | B0 | 54 | 3B |
| Octal | 77 | 356 | 342 | 112 | 0 | 5 | 7 | 260 | 124 | 73 |
| Binary | 111111 | 11101110 | 11100010 | 1001010 | 0 | 101 | 111 | 10110000 | 1010100 | 111011 |
Color Harmonies of #3FEEE2
Complementary color
Monochromatic Colors of #3FEEE2
Black with #3FEEE2
Text Example
Text Example
White with #3FEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEE2; }
p { color: rgb(63,238,226); }
H1.HeaderClassName
{
color: #3FEEE2;
}
.AnyTagClassName
{
color: #3FEEE2;
}
</style>
background-color css
<style>
a { background-color: #3FEEE2; }
a { background-color: rgb(63,238,226); }
div.DivClassName
{
background-color: #3FEEE2;
}
.BgClassName
{
background-color: #3FEEE2;
}
</style>
border-color css
<style>
span { border-color: #3FEEE2; }
span { border-color: rgb(63,238,226); }
td.TdClassName
{
border-color: #3FEEE2;
}
.TagClassName
{
border-color: #3FEEE2;
}
</style>