Shades of Turquoise #3FDFD0
Tints of Turquoise #3FDFD0
RGB
CMYK
RGB Variations
Color information
#3FDFD0 (or 0x3FDFD0) is known color: Turquoise. HEX triplet: 3F, DF and D0. RGB value is (63,223,208). Sum of RGB (Red+Green+Blue) = 63+223+208=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFD0 is #C0202F. Grayscale: #ADADAD. Windows color (decimal): -12591152 or 13688639. OLE color: 13688639.
HSL color Cylindrical-coordinate representation of color #3FDFD0: hue angle of 174.38º 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 #3FDFD0 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 208 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.13 |
| HSL | 174.38º | 0.71% | 0.56% | - |
| HSV(B) | 174.38º | 0.72% | 0.87% | - |
| XYZ | 39.82 | 58.39 | 68.85 | - |
| YUV | 173.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 208 | 0.72 | 0 | 0.07 | 0.13 | 174.38 | 0.71 | 0.56 |
| Hex | 3F | DF | D0 | 48 | 0 | 7 | D | AE | 47 | 38 |
| Octal | 77 | 337 | 320 | 110 | 0 | 7 | 15 | 256 | 107 | 70 |
| Binary | 111111 | 11011111 | 11010000 | 1001000 | 0 | 111 | 1101 | 10101110 | 1000111 | 111000 |
Color Harmonies of #3FDFD0
Complementary color
Monochromatic Colors of #3FDFD0
Black with #3FDFD0
Text Example
Text Example
White with #3FDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFD0; }
p { color: rgb(63,223,208); }
H1.HeaderClassName
{
color: #3FDFD0;
}
.AnyTagClassName
{
color: #3FDFD0;
}
</style>
background-color css
<style>
a { background-color: #3FDFD0; }
a { background-color: rgb(63,223,208); }
div.DivClassName
{
background-color: #3FDFD0;
}
.BgClassName
{
background-color: #3FDFD0;
}
</style>
border-color css
<style>
span { border-color: #3FDFD0; }
span { border-color: rgb(63,223,208); }
td.TdClassName
{
border-color: #3FDFD0;
}
.TagClassName
{
border-color: #3FDFD0;
}
</style>