Shades of Turquoise #3FDDD2
Tints of Turquoise #3FDDD2
RGB
CMYK
RGB Variations
Color information
#3FDDD2 (or 0x3FDDD2) is known color: Turquoise. HEX triplet: 3F, DD and D2. RGB value is (63,221,210). Sum of RGB (Red+Green+Blue) = 63+221+210=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDD2 is #C0222D. Grayscale: #ACACAC. Windows color (decimal): -12591662 or 13819199. OLE color: 13819199.
HSL color Cylindrical-coordinate representation of color #3FDDD2: hue angle of 175.82º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDD2 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 210 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.13 |
| HSL | 175.82º | 0.7% | 0.56% | - |
| HSV(B) | 175.82º | 0.71% | 0.87% | - |
| XYZ | 39.54 | 57.42 | 69.97 | - |
| YUV | 172.5 | 149.15 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 210 | 0.71 | 0 | 0.05 | 0.13 | 175.82 | 0.7 | 0.56 |
| Hex | 3F | DD | D2 | 47 | 0 | 5 | D | B0 | 46 | 38 |
| Octal | 77 | 335 | 322 | 107 | 0 | 5 | 15 | 260 | 106 | 70 |
| Binary | 111111 | 11011101 | 11010010 | 1000111 | 0 | 101 | 1101 | 10110000 | 1000110 | 111000 |
Color Harmonies of #3FDDD2
Complementary color
Monochromatic Colors of #3FDDD2
Black with #3FDDD2
Text Example
Text Example
White with #3FDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDD2; }
p { color: rgb(63,221,210); }
H1.HeaderClassName
{
color: #3FDDD2;
}
.AnyTagClassName
{
color: #3FDDD2;
}
</style>
background-color css
<style>
a { background-color: #3FDDD2; }
a { background-color: rgb(63,221,210); }
div.DivClassName
{
background-color: #3FDDD2;
}
.BgClassName
{
background-color: #3FDDD2;
}
</style>
border-color css
<style>
span { border-color: #3FDDD2; }
span { border-color: rgb(63,221,210); }
td.TdClassName
{
border-color: #3FDDD2;
}
.TagClassName
{
border-color: #3FDDD2;
}
</style>