Shades of Medium Turquoise #3FCBDB
Tints of Medium Turquoise #3FCBDB
RGB
CMYK
RGB Variations
Color information
#3FCBDB (or 0x3FCBDB) is known color: Medium Turquoise. HEX triplet: 3F, CB and DB. RGB value is (63,203,219). Sum of RGB (Red+Green+Blue) = 63+203+219=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBDB is #C03424. Grayscale: #A2A2A2. Windows color (decimal): -12596261 or 14404415. OLE color: 14404415.
HSL color Cylindrical-coordinate representation of color #3FCBDB: hue angle of 186.15º 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 #3FCBDB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 203 | 219 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.14 |
| HSL | 186.15º | 0.68% | 0.55% | - |
| HSV(B) | 186.15º | 0.71% | 0.86% | - |
| XYZ | 36.19 | 48.88 | 74.55 | - |
| YUV | 162.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 219 | 0.71 | 0.07 | 0 | 0.14 | 186.15 | 0.68 | 0.55 |
| Hex | 3F | CB | DB | 47 | 7 | 0 | E | BA | 44 | 37 |
| Octal | 77 | 313 | 333 | 107 | 7 | 0 | 16 | 272 | 104 | 67 |
| Binary | 111111 | 11001011 | 11011011 | 1000111 | 111 | 0 | 1110 | 10111010 | 1000100 | 110111 |
Color Harmonies of #3FCBDB
Complementary color
Monochromatic Colors of #3FCBDB
Black with #3FCBDB
Text Example
Text Example
White with #3FCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBDB; }
p { color: rgb(63,203,219); }
H1.HeaderClassName
{
color: #3FCBDB;
}
.AnyTagClassName
{
color: #3FCBDB;
}
</style>
background-color css
<style>
a { background-color: #3FCBDB; }
a { background-color: rgb(63,203,219); }
div.DivClassName
{
background-color: #3FCBDB;
}
.BgClassName
{
background-color: #3FCBDB;
}
</style>
border-color css
<style>
span { border-color: #3FCBDB; }
span { border-color: rgb(63,203,219); }
td.TdClassName
{
border-color: #3FCBDB;
}
.TagClassName
{
border-color: #3FCBDB;
}
</style>