Shades of Medium Turquoise #3FCFDB
Tints of Medium Turquoise #3FCFDB
RGB
CMYK
RGB Variations
Color information
#3FCFDB (or 0x3FCFDB) is known color: Medium Turquoise. HEX triplet: 3F, CF and DB. RGB value is (63,207,219). Sum of RGB (Red+Green+Blue) = 63+207+219=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFDB is #C03024. Grayscale: #A5A5A5. Windows color (decimal): -12595237 or 14405439. OLE color: 14405439.
HSL color Cylindrical-coordinate representation of color #3FCFDB: hue angle of 184.62º 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 #3FCFDB is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 207 | 219 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.14 |
| HSL | 184.62º | 0.68% | 0.55% | - |
| HSV(B) | 184.62º | 0.71% | 0.86% | - |
| XYZ | 37.15 | 50.8 | 74.86 | - |
| YUV | 165.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 219 | 0.71 | 0.05 | 0 | 0.14 | 184.62 | 0.68 | 0.55 |
| Hex | 3F | CF | DB | 47 | 5 | 0 | E | B9 | 44 | 37 |
| Octal | 77 | 317 | 333 | 107 | 5 | 0 | 16 | 271 | 104 | 67 |
| Binary | 111111 | 11001111 | 11011011 | 1000111 | 101 | 0 | 1110 | 10111001 | 1000100 | 110111 |
Color Harmonies of #3FCFDB
Complementary color
Monochromatic Colors of #3FCFDB
Black with #3FCFDB
Text Example
Text Example
White with #3FCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFDB; }
p { color: rgb(63,207,219); }
H1.HeaderClassName
{
color: #3FCFDB;
}
.AnyTagClassName
{
color: #3FCFDB;
}
</style>
background-color css
<style>
a { background-color: #3FCFDB; }
a { background-color: rgb(63,207,219); }
div.DivClassName
{
background-color: #3FCFDB;
}
.BgClassName
{
background-color: #3FCFDB;
}
</style>
border-color css
<style>
span { border-color: #3FCFDB; }
span { border-color: rgb(63,207,219); }
td.TdClassName
{
border-color: #3FCFDB;
}
.TagClassName
{
border-color: #3FCFDB;
}
</style>