Shades of Turquoise #3FDDD3
Tints of Turquoise #3FDDD3
RGB
CMYK
RGB Variations
Color information
#3FDDD3 (or 0x3FDDD3) is known color: Turquoise. HEX triplet: 3F, DD and D3. RGB value is (63,221,211). Sum of RGB (Red+Green+Blue) = 63+221+211=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDD3 is #C0222C. Grayscale: #ACACAC. Windows color (decimal): -12591661 or 13884735. OLE color: 13884735.
HSL color Cylindrical-coordinate representation of color #3FDDD3: hue angle of 176.2º 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 #3FDDD3 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 211 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.13 |
| HSL | 176.2º | 0.7% | 0.56% | - |
| HSV(B) | 176.2º | 0.71% | 0.87% | - |
| XYZ | 39.66 | 57.47 | 70.63 | - |
| YUV | 172.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 211 | 0.71 | 0 | 0.05 | 0.13 | 176.2 | 0.7 | 0.56 |
| Hex | 3F | DD | D3 | 47 | 0 | 5 | D | B0 | 46 | 38 |
| Octal | 77 | 335 | 323 | 107 | 0 | 5 | 15 | 260 | 106 | 70 |
| Binary | 111111 | 11011101 | 11010011 | 1000111 | 0 | 101 | 1101 | 10110000 | 1000110 | 111000 |
Color Harmonies of #3FDDD3
Complementary color
Monochromatic Colors of #3FDDD3
Black with #3FDDD3
Text Example
Text Example
White with #3FDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDD3; }
p { color: rgb(63,221,211); }
H1.HeaderClassName
{
color: #3FDDD3;
}
.AnyTagClassName
{
color: #3FDDD3;
}
</style>
background-color css
<style>
a { background-color: #3FDDD3; }
a { background-color: rgb(63,221,211); }
div.DivClassName
{
background-color: #3FDDD3;
}
.BgClassName
{
background-color: #3FDDD3;
}
</style>
border-color css
<style>
span { border-color: #3FDDD3; }
span { border-color: rgb(63,221,211); }
td.TdClassName
{
border-color: #3FDDD3;
}
.TagClassName
{
border-color: #3FDDD3;
}
</style>