Shades of Turquoise #3FFFDC
Tints of Turquoise #3FFFDC
RGB
CMYK
RGB Variations
Color information
#3FFFDC (or 0x3FFFDC) is known color: Turquoise. HEX triplet: 3F, FF and DC. RGB value is (63,255,220). Sum of RGB (Red+Green+Blue) = 63+255+220=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFDC is #C00023. Grayscale: #C1C1C1. Windows color (decimal): -12582948 or 14483263. OLE color: 14483263.
HSL color Cylindrical-coordinate representation of color #3FFFDC: hue angle of 169.06º 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 #3FFFDC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 220 | - |
| CMYK | 0.75 | 0 | 0.14 | 0 |
| HSL | 169.06º | 1% | 0.62% | - |
| HSV(B) | 169.06º | 0.75% | 1% | - |
| XYZ | 50.73 | 77.74 | 80.04 | - |
| YUV | 193.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 220 | 0.75 | 0 | 0.14 | 0 | 169.06 | 1 | 0.62 |
| Hex | 3F | FF | DC | 4B | 0 | E | 0 | A9 | 64 | 3E |
| Octal | 77 | 377 | 334 | 113 | 0 | 16 | 0 | 251 | 144 | 76 |
| Binary | 111111 | 11111111 | 11011100 | 1001011 | 0 | 1110 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3FFFDC
Complementary color
Monochromatic Colors of #3FFFDC
Black with #3FFFDC
Text Example
Text Example
White with #3FFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFDC; }
p { color: rgb(63,255,220); }
H1.HeaderClassName
{
color: #3FFFDC;
}
.AnyTagClassName
{
color: #3FFFDC;
}
</style>
background-color css
<style>
a { background-color: #3FFFDC; }
a { background-color: rgb(63,255,220); }
div.DivClassName
{
background-color: #3FFFDC;
}
.BgClassName
{
background-color: #3FFFDC;
}
</style>
border-color css
<style>
span { border-color: #3FFFDC; }
span { border-color: rgb(63,255,220); }
td.TdClassName
{
border-color: #3FFFDC;
}
.TagClassName
{
border-color: #3FFFDC;
}
</style>