Shades of Turquoise #3FFEE8
Tints of Turquoise #3FFEE8
RGB
CMYK
RGB Variations
Color information
#3FFEE8 (or 0x3FFEE8) is known color: Turquoise. HEX triplet: 3F, FE and E8. RGB value is (63,254,232). Sum of RGB (Red+Green+Blue) = 63+254+232=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFEE8 is #C00117. Grayscale: #C2C2C2. Windows color (decimal): -12583192 or 15269439. OLE color: 15269439.
HSL color Cylindrical-coordinate representation of color #3FFEE8: hue angle of 173.09º 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 #3FFEE8 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 232 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.00 |
| HSL | 173.09º | 0.99% | 0.62% | - |
| HSV(B) | 173.09º | 0.75% | 1% | - |
| XYZ | 52.06 | 77.77 | 88.61 | - |
| YUV | 194.38 | 149.22 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 232 | 0.75 | 0 | 0.09 | 0.00 | 173.09 | 0.99 | 0.62 |
| Hex | 3F | FE | E8 | 4B | 0 | 9 | 0 | AD | 63 | 3E |
| Octal | 77 | 376 | 350 | 113 | 0 | 11 | 0 | 255 | 143 | 76 |
| Binary | 111111 | 11111110 | 11101000 | 1001011 | 0 | 1001 | 0 | 10101101 | 1100011 | 111110 |
Color Harmonies of #3FFEE8
Complementary color
Monochromatic Colors of #3FFEE8
Black with #3FFEE8
Text Example
Text Example
White with #3FFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEE8; }
p { color: rgb(63,254,232); }
H1.HeaderClassName
{
color: #3FFEE8;
}
.AnyTagClassName
{
color: #3FFEE8;
}
</style>
background-color css
<style>
a { background-color: #3FFEE8; }
a { background-color: rgb(63,254,232); }
div.DivClassName
{
background-color: #3FFEE8;
}
.BgClassName
{
background-color: #3FFEE8;
}
</style>
border-color css
<style>
span { border-color: #3FFEE8; }
span { border-color: rgb(63,254,232); }
td.TdClassName
{
border-color: #3FFEE8;
}
.TagClassName
{
border-color: #3FFEE8;
}
</style>