Shades of Turquoise #3FDCCD
Tints of Turquoise #3FDCCD
RGB
CMYK
RGB Variations
Color information
#3FDCCD (or 0x3FDCCD) is known color: Turquoise. HEX triplet: 3F, DC and CD. RGB value is (63,220,205). Sum of RGB (Red+Green+Blue) = 63+220+205=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCCD is #C02332. Grayscale: #ABABAB. Windows color (decimal): -12591923 or 13491263. OLE color: 13491263.
HSL color Cylindrical-coordinate representation of color #3FDCCD: hue angle of 174.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCCD is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 205 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.14 |
| HSL | 174.27º | 0.69% | 0.55% | - |
| HSV(B) | 174.27º | 0.71% | 0.86% | - |
| XYZ | 38.66 | 56.65 | 66.65 | - |
| YUV | 171.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 205 | 0.71 | 0 | 0.07 | 0.14 | 174.27 | 0.69 | 0.55 |
| Hex | 3F | DC | CD | 47 | 0 | 7 | E | AE | 45 | 37 |
| Octal | 77 | 334 | 315 | 107 | 0 | 7 | 16 | 256 | 105 | 67 |
| Binary | 111111 | 11011100 | 11001101 | 1000111 | 0 | 111 | 1110 | 10101110 | 1000101 | 110111 |
Color Harmonies of #3FDCCD
Complementary color
Monochromatic Colors of #3FDCCD
Black with #3FDCCD
Text Example
Text Example
White with #3FDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCCD; }
p { color: rgb(63,220,205); }
H1.HeaderClassName
{
color: #3FDCCD;
}
.AnyTagClassName
{
color: #3FDCCD;
}
</style>
background-color css
<style>
a { background-color: #3FDCCD; }
a { background-color: rgb(63,220,205); }
div.DivClassName
{
background-color: #3FDCCD;
}
.BgClassName
{
background-color: #3FDCCD;
}
</style>
border-color css
<style>
span { border-color: #3FDCCD; }
span { border-color: rgb(63,220,205); }
td.TdClassName
{
border-color: #3FDCCD;
}
.TagClassName
{
border-color: #3FDCCD;
}
</style>