Shades of Medium Turquoise #3FCDD1
Tints of Medium Turquoise #3FCDD1
RGB
CMYK
RGB Variations
Color information
#3FCDD1 (or 0x3FCDD1) is known color: Medium Turquoise. HEX triplet: 3F, CD and D1. RGB value is (63,205,209). Sum of RGB (Red+Green+Blue) = 63+205+209=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #3FCDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDD1 is #C0322E. Grayscale: #A2A2A2. Windows color (decimal): -12595759 or 13749567. OLE color: 13749567.
HSL color Cylindrical-coordinate representation of color #3FCDD1: hue angle of 181.64º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCDD1 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 205 | 209 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.18 |
| HSL | 181.64º | 0.61% | 0.53% | - |
| HSV(B) | 181.64º | 0.7% | 0.82% | - |
| XYZ | 35.39 | 49.32 | 67.98 | - |
| YUV | 163 | 153.96 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 209 | 0.70 | 0.02 | 0 | 0.18 | 181.64 | 0.61 | 0.53 |
| Hex | 3F | CD | D1 | 46 | 2 | 0 | 12 | B6 | 3D | 35 |
| Octal | 77 | 315 | 321 | 106 | 2 | 0 | 22 | 266 | 75 | 65 |
| Binary | 111111 | 11001101 | 11010001 | 1000110 | 10 | 0 | 10010 | 10110110 | 111101 | 110101 |
Color Harmonies of #3FCDD1
Complementary color
Monochromatic Colors of #3FCDD1
Black with #3FCDD1
Text Example
Text Example
White with #3FCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDD1; }
p { color: rgb(63,205,209); }
H1.HeaderClassName
{
color: #3FCDD1;
}
.AnyTagClassName
{
color: #3FCDD1;
}
</style>
background-color css
<style>
a { background-color: #3FCDD1; }
a { background-color: rgb(63,205,209); }
div.DivClassName
{
background-color: #3FCDD1;
}
.BgClassName
{
background-color: #3FCDD1;
}
</style>
border-color css
<style>
span { border-color: #3FCDD1; }
span { border-color: rgb(63,205,209); }
td.TdClassName
{
border-color: #3FCDD1;
}
.TagClassName
{
border-color: #3FCDD1;
}
</style>