Shades of Turquoise #3FFCE8
Tints of Turquoise #3FFCE8
RGB
CMYK
RGB Variations
Color information
#3FFCE8 (or 0x3FFCE8) is known color: Turquoise. HEX triplet: 3F, FC and E8. RGB value is (63,252,232). Sum of RGB (Red+Green+Blue) = 63+252+232=547 (72% of max value = 765). Red value is 63 (25% from 255 or 11.52% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCE8 is #C00317. Grayscale: #C1C1C1. Windows color (decimal): -12583704 or 15268927. OLE color: 15268927.
HSL color Cylindrical-coordinate representation of color #3FFCE8: hue angle of 173.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCE8 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 232 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.01 |
| HSL | 173.65º | 0.97% | 0.62% | - |
| HSV(B) | 173.65º | 0.75% | 0.99% | - |
| XYZ | 51.43 | 76.5 | 88.4 | - |
| YUV | 193.21 | 149.88 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 232 | 0.75 | 0 | 0.08 | 0.01 | 173.65 | 0.97 | 0.62 |
| Hex | 3F | FC | E8 | 4B | 0 | 8 | 1 | AE | 61 | 3E |
| Octal | 77 | 374 | 350 | 113 | 0 | 10 | 1 | 256 | 141 | 76 |
| Binary | 111111 | 11111100 | 11101000 | 1001011 | 0 | 1000 | 1 | 10101110 | 1100001 | 111110 |
Color Harmonies of #3FFCE8
Complementary color
Monochromatic Colors of #3FFCE8
Black with #3FFCE8
Text Example
Text Example
White with #3FFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCE8; }
p { color: rgb(63,252,232); }
H1.HeaderClassName
{
color: #3FFCE8;
}
.AnyTagClassName
{
color: #3FFCE8;
}
</style>
background-color css
<style>
a { background-color: #3FFCE8; }
a { background-color: rgb(63,252,232); }
div.DivClassName
{
background-color: #3FFCE8;
}
.BgClassName
{
background-color: #3FFCE8;
}
</style>
border-color css
<style>
span { border-color: #3FFCE8; }
span { border-color: rgb(63,252,232); }
td.TdClassName
{
border-color: #3FFCE8;
}
.TagClassName
{
border-color: #3FFCE8;
}
</style>