Shades of Turquoise #3FFCD8
Tints of Turquoise #3FFCD8
RGB
CMYK
RGB Variations
Color information
#3FFCD8 (or 0x3FFCD8) is known color: Turquoise. HEX triplet: 3F, FC and D8. RGB value is (63,252,216). Sum of RGB (Red+Green+Blue) = 63+252+216=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCD8 is #C00327. Grayscale: #BFBFBF. Windows color (decimal): -12583720 or 14220351. OLE color: 14220351.
HSL color Cylindrical-coordinate representation of color #3FFCD8: hue angle of 168.57º 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 #3FFCD8 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 216 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.01 |
| HSL | 168.57º | 0.97% | 0.62% | - |
| HSV(B) | 168.57º | 0.75% | 0.99% | - |
| XYZ | 49.25 | 75.64 | 76.97 | - |
| YUV | 191.39 | 141.88 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 216 | 0.75 | 0 | 0.14 | 0.01 | 168.57 | 0.97 | 0.62 |
| Hex | 3F | FC | D8 | 4B | 0 | E | 1 | A9 | 61 | 3E |
| Octal | 77 | 374 | 330 | 113 | 0 | 16 | 1 | 251 | 141 | 76 |
| Binary | 111111 | 11111100 | 11011000 | 1001011 | 0 | 1110 | 1 | 10101001 | 1100001 | 111110 |
Color Harmonies of #3FFCD8
Complementary color
Monochromatic Colors of #3FFCD8
Black with #3FFCD8
Text Example
Text Example
White with #3FFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCD8; }
p { color: rgb(63,252,216); }
H1.HeaderClassName
{
color: #3FFCD8;
}
.AnyTagClassName
{
color: #3FFCD8;
}
</style>
background-color css
<style>
a { background-color: #3FFCD8; }
a { background-color: rgb(63,252,216); }
div.DivClassName
{
background-color: #3FFCD8;
}
.BgClassName
{
background-color: #3FFCD8;
}
</style>
border-color css
<style>
span { border-color: #3FFCD8; }
span { border-color: rgb(63,252,216); }
td.TdClassName
{
border-color: #3FFCD8;
}
.TagClassName
{
border-color: #3FFCD8;
}
</style>