Shades of Turquoise #3FFFDF
Tints of Turquoise #3FFFDF
RGB
CMYK
RGB Variations
Color information
#3FFFDF (or 0x3FFFDF) is known color: Turquoise. HEX triplet: 3F, FF and DF. RGB value is (63,255,223). Sum of RGB (Red+Green+Blue) = 63+255+223=541 (71% of max value = 765). Red value is 63 (25% from 255 or 11.65% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFDF is #C00020. Grayscale: #C1C1C1. Windows color (decimal): -12582945 or 14679871. OLE color: 14679871.
HSL color Cylindrical-coordinate representation of color #3FFFDF: hue angle of 170º 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 #3FFFDF is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 223 | - |
| CMYK | 0.75 | 0 | 0.13 | 0 |
| HSL | 170º | 1% | 0.62% | - |
| HSV(B) | 170º | 0.75% | 1% | - |
| XYZ | 51.13 | 77.9 | 82.15 | - |
| YUV | 193.94 | 144.39 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 223 | 0.75 | 0 | 0.13 | 0 | 170 | 1 | 0.62 |
| Hex | 3F | FF | DF | 4B | 0 | D | 0 | AA | 64 | 3E |
| Octal | 77 | 377 | 337 | 113 | 0 | 15 | 0 | 252 | 144 | 76 |
| Binary | 111111 | 11111111 | 11011111 | 1001011 | 0 | 1101 | 0 | 10101010 | 1100100 | 111110 |
Color Harmonies of #3FFFDF
Complementary color
Monochromatic Colors of #3FFFDF
Black with #3FFFDF
Text Example
Text Example
White with #3FFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFDF; }
p { color: rgb(63,255,223); }
H1.HeaderClassName
{
color: #3FFFDF;
}
.AnyTagClassName
{
color: #3FFFDF;
}
</style>
background-color css
<style>
a { background-color: #3FFFDF; }
a { background-color: rgb(63,255,223); }
div.DivClassName
{
background-color: #3FFFDF;
}
.BgClassName
{
background-color: #3FFFDF;
}
</style>
border-color css
<style>
span { border-color: #3FFFDF; }
span { border-color: rgb(63,255,223); }
td.TdClassName
{
border-color: #3FFFDF;
}
.TagClassName
{
border-color: #3FFFDF;
}
</style>