Shades of Medium Turquoise #3FCBDC
Tints of Medium Turquoise #3FCBDC
RGB
CMYK
RGB Variations
Color information
#3FCBDC (or 0x3FCBDC) is known color: Medium Turquoise. HEX triplet: 3F, CB and DC. RGB value is (63,203,220). Sum of RGB (Red+Green+Blue) = 63+203+220=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBDC is #C03423. Grayscale: #A2A2A2. Windows color (decimal): -12596260 or 14469951. OLE color: 14469951.
HSL color Cylindrical-coordinate representation of color #3FCBDC: hue angle of 186.5º 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 #3FCBDC is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 203 | 220 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.14 |
| HSL | 186.5º | 0.69% | 0.55% | - |
| HSV(B) | 186.5º | 0.71% | 0.86% | - |
| XYZ | 36.32 | 48.94 | 75.24 | - |
| YUV | 163.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 220 | 0.71 | 0.08 | 0 | 0.14 | 186.5 | 0.69 | 0.55 |
| Hex | 3F | CB | DC | 47 | 8 | 0 | E | BA | 45 | 37 |
| Octal | 77 | 313 | 334 | 107 | 10 | 0 | 16 | 272 | 105 | 67 |
| Binary | 111111 | 11001011 | 11011100 | 1000111 | 1000 | 0 | 1110 | 10111010 | 1000101 | 110111 |
Color Harmonies of #3FCBDC
Complementary color
Monochromatic Colors of #3FCBDC
Black with #3FCBDC
Text Example
Text Example
White with #3FCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBDC; }
p { color: rgb(63,203,220); }
H1.HeaderClassName
{
color: #3FCBDC;
}
.AnyTagClassName
{
color: #3FCBDC;
}
</style>
background-color css
<style>
a { background-color: #3FCBDC; }
a { background-color: rgb(63,203,220); }
div.DivClassName
{
background-color: #3FCBDC;
}
.BgClassName
{
background-color: #3FCBDC;
}
</style>
border-color css
<style>
span { border-color: #3FCBDC; }
span { border-color: rgb(63,203,220); }
td.TdClassName
{
border-color: #3FCBDC;
}
.TagClassName
{
border-color: #3FCBDC;
}
</style>