Shades of Medium Turquoise #3FCDDB
Tints of Medium Turquoise #3FCDDB
RGB
CMYK
RGB Variations
Color information
#3FCDDB (or 0x3FCDDB) is known color: Medium Turquoise. HEX triplet: 3F, CD and DB. RGB value is (63,205,219). Sum of RGB (Red+Green+Blue) = 63+205+219=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDDB is #C03224. Grayscale: #A3A3A3. Windows color (decimal): -12595749 or 14404927. OLE color: 14404927.
HSL color Cylindrical-coordinate representation of color #3FCDDB: hue angle of 185.38º degrees, saturation: 0.68, 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 #3FCDDB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 205 | 219 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.14 |
| HSL | 185.38º | 0.68% | 0.55% | - |
| HSV(B) | 185.38º | 0.71% | 0.86% | - |
| XYZ | 36.67 | 49.83 | 74.7 | - |
| YUV | 164.14 | 158.96 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 219 | 0.71 | 0.06 | 0 | 0.14 | 185.38 | 0.68 | 0.55 |
| Hex | 3F | CD | DB | 47 | 6 | 0 | E | B9 | 44 | 37 |
| Octal | 77 | 315 | 333 | 107 | 6 | 0 | 16 | 271 | 104 | 67 |
| Binary | 111111 | 11001101 | 11011011 | 1000111 | 110 | 0 | 1110 | 10111001 | 1000100 | 110111 |
Color Harmonies of #3FCDDB
Complementary color
Monochromatic Colors of #3FCDDB
Black with #3FCDDB
Text Example
Text Example
White with #3FCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDDB; }
p { color: rgb(63,205,219); }
H1.HeaderClassName
{
color: #3FCDDB;
}
.AnyTagClassName
{
color: #3FCDDB;
}
</style>
background-color css
<style>
a { background-color: #3FCDDB; }
a { background-color: rgb(63,205,219); }
div.DivClassName
{
background-color: #3FCDDB;
}
.BgClassName
{
background-color: #3FCDDB;
}
</style>
border-color css
<style>
span { border-color: #3FCDDB; }
span { border-color: rgb(63,205,219); }
td.TdClassName
{
border-color: #3FCDDB;
}
.TagClassName
{
border-color: #3FCDDB;
}
</style>