Shades of Turquoise #3FEEB8
Tints of Turquoise #3FEEB8
RGB
CMYK
RGB Variations
Color information
#3FEEB8 (or 0x3FEEB8) is known color: Turquoise. HEX triplet: 3F, EE and B8. RGB value is (63,238,184). Sum of RGB (Red+Green+Blue) = 63+238+184=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEB8 is #C01147. Grayscale: #B3B3B3. Windows color (decimal): -12587336 or 12119615. OLE color: 12119615.
HSL color Cylindrical-coordinate representation of color #3FEEB8: hue angle of 161.49º 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 #3FEEB8 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 184 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.07 |
| HSL | 161.49º | 0.84% | 0.59% | - |
| HSV(B) | 161.49º | 0.74% | 0.93% | - |
| XYZ | 41.28 | 65.67 | 55.85 | - |
| YUV | 179.52 | 130.52 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 184 | 0.74 | 0 | 0.23 | 0.07 | 161.49 | 0.84 | 0.59 |
| Hex | 3F | EE | B8 | 4A | 0 | 17 | 7 | A1 | 54 | 3B |
| Octal | 77 | 356 | 270 | 112 | 0 | 27 | 7 | 241 | 124 | 73 |
| Binary | 111111 | 11101110 | 10111000 | 1001010 | 0 | 10111 | 111 | 10100001 | 1010100 | 111011 |
Color Harmonies of #3FEEB8
Complementary color
Monochromatic Colors of #3FEEB8
Black with #3FEEB8
Text Example
Text Example
White with #3FEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEB8; }
p { color: rgb(63,238,184); }
H1.HeaderClassName
{
color: #3FEEB8;
}
.AnyTagClassName
{
color: #3FEEB8;
}
</style>
background-color css
<style>
a { background-color: #3FEEB8; }
a { background-color: rgb(63,238,184); }
div.DivClassName
{
background-color: #3FEEB8;
}
.BgClassName
{
background-color: #3FEEB8;
}
</style>
border-color css
<style>
span { border-color: #3FEEB8; }
span { border-color: rgb(63,238,184); }
td.TdClassName
{
border-color: #3FEEB8;
}
.TagClassName
{
border-color: #3FEEB8;
}
</style>