Shades of Turquoise #3FDED3
Tints of Turquoise #3FDED3
RGB
CMYK
RGB Variations
Color information
#3FDED3 (or 0x3FDED3) is known color: Turquoise. HEX triplet: 3F, DE and D3. RGB value is (63,222,211). Sum of RGB (Red+Green+Blue) = 63+222+211=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDED3 is #C0212C. Grayscale: #ADADAD. Windows color (decimal): -12591405 or 13884991. OLE color: 13884991.
HSL color Cylindrical-coordinate representation of color #3FDED3: hue angle of 175.85º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDED3 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 211 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.13 |
| HSL | 175.85º | 0.71% | 0.56% | - |
| HSV(B) | 175.85º | 0.72% | 0.87% | - |
| XYZ | 39.93 | 58 | 70.72 | - |
| YUV | 173.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 211 | 0.72 | 0 | 0.05 | 0.13 | 175.85 | 0.71 | 0.56 |
| Hex | 3F | DE | D3 | 48 | 0 | 5 | D | B0 | 47 | 38 |
| Octal | 77 | 336 | 323 | 110 | 0 | 5 | 15 | 260 | 107 | 70 |
| Binary | 111111 | 11011110 | 11010011 | 1001000 | 0 | 101 | 1101 | 10110000 | 1000111 | 111000 |
Color Harmonies of #3FDED3
Complementary color
Monochromatic Colors of #3FDED3
Black with #3FDED3
Text Example
Text Example
White with #3FDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDED3; }
p { color: rgb(63,222,211); }
H1.HeaderClassName
{
color: #3FDED3;
}
.AnyTagClassName
{
color: #3FDED3;
}
</style>
background-color css
<style>
a { background-color: #3FDED3; }
a { background-color: rgb(63,222,211); }
div.DivClassName
{
background-color: #3FDED3;
}
.BgClassName
{
background-color: #3FDED3;
}
</style>
border-color css
<style>
span { border-color: #3FDED3; }
span { border-color: rgb(63,222,211); }
td.TdClassName
{
border-color: #3FDED3;
}
.TagClassName
{
border-color: #3FDED3;
}
</style>