Shades of Turquoise #3FFFCD
Tints of Turquoise #3FFFCD
RGB
CMYK
RGB Variations
Color information
#3FFFCD (or 0x3FFFCD) is known color: Turquoise. HEX triplet: 3F, FF and CD. RGB value is (63,255,205). Sum of RGB (Red+Green+Blue) = 63+255+205=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFCD is #C00032. Grayscale: #BFBFBF. Windows color (decimal): -12582963 or 13500223. OLE color: 13500223.
HSL color Cylindrical-coordinate representation of color #3FFFCD: hue angle of 164.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFCD is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 205 | - |
| CMYK | 0.75 | 0 | 0.20 | 0 |
| HSL | 164.38º | 1% | 0.62% | - |
| HSV(B) | 164.38º | 0.75% | 1% | - |
| XYZ | 48.83 | 76.98 | 70.04 | - |
| YUV | 191.89 | 135.39 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 205 | 0.75 | 0 | 0.20 | 0 | 164.38 | 1 | 0.62 |
| Hex | 3F | FF | CD | 4B | 0 | 14 | 0 | A4 | 64 | 3E |
| Octal | 77 | 377 | 315 | 113 | 0 | 24 | 0 | 244 | 144 | 76 |
| Binary | 111111 | 11111111 | 11001101 | 1001011 | 0 | 10100 | 0 | 10100100 | 1100100 | 111110 |
Color Harmonies of #3FFFCD
Complementary color
Monochromatic Colors of #3FFFCD
Black with #3FFFCD
Text Example
Text Example
White with #3FFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFCD; }
p { color: rgb(63,255,205); }
H1.HeaderClassName
{
color: #3FFFCD;
}
.AnyTagClassName
{
color: #3FFFCD;
}
</style>
background-color css
<style>
a { background-color: #3FFFCD; }
a { background-color: rgb(63,255,205); }
div.DivClassName
{
background-color: #3FFFCD;
}
.BgClassName
{
background-color: #3FFFCD;
}
</style>
border-color css
<style>
span { border-color: #3FFFCD; }
span { border-color: rgb(63,255,205); }
td.TdClassName
{
border-color: #3FFFCD;
}
.TagClassName
{
border-color: #3FFFCD;
}
</style>