Shades of Turquoise #3FFFDA
Tints of Turquoise #3FFFDA
RGB
CMYK
RGB Variations
Color information
#3FFFDA (or 0x3FFFDA) is known color: Turquoise. HEX triplet: 3F, FF and DA. RGB value is (63,255,218). Sum of RGB (Red+Green+Blue) = 63+255+218=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFDA is #C00025. Grayscale: #C1C1C1. Windows color (decimal): -12582950 or 14352191. OLE color: 14352191.
HSL color Cylindrical-coordinate representation of color #3FFFDA: hue angle of 168.44º 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 #3FFFDA is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 218 | - |
| CMYK | 0.75 | 0 | 0.15 | 0 |
| HSL | 168.44º | 1% | 0.62% | - |
| HSV(B) | 168.44º | 0.75% | 1% | - |
| XYZ | 50.46 | 77.64 | 78.66 | - |
| YUV | 193.37 | 141.89 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 218 | 0.75 | 0 | 0.15 | 0 | 168.44 | 1 | 0.62 |
| Hex | 3F | FF | DA | 4B | 0 | F | 0 | A8 | 64 | 3E |
| Octal | 77 | 377 | 332 | 113 | 0 | 17 | 0 | 250 | 144 | 76 |
| Binary | 111111 | 11111111 | 11011010 | 1001011 | 0 | 1111 | 0 | 10101000 | 1100100 | 111110 |
Color Harmonies of #3FFFDA
Complementary color
Monochromatic Colors of #3FFFDA
Black with #3FFFDA
Text Example
Text Example
White with #3FFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFDA; }
p { color: rgb(63,255,218); }
H1.HeaderClassName
{
color: #3FFFDA;
}
.AnyTagClassName
{
color: #3FFFDA;
}
</style>
background-color css
<style>
a { background-color: #3FFFDA; }
a { background-color: rgb(63,255,218); }
div.DivClassName
{
background-color: #3FFFDA;
}
.BgClassName
{
background-color: #3FFFDA;
}
</style>
border-color css
<style>
span { border-color: #3FFFDA; }
span { border-color: rgb(63,255,218); }
td.TdClassName
{
border-color: #3FFFDA;
}
.TagClassName
{
border-color: #3FFFDA;
}
</style>