Shades of Medium Turquoise #3FCADB
Tints of Medium Turquoise #3FCADB
RGB
CMYK
RGB Variations
Color information
#3FCADB (or 0x3FCADB) is known color: Medium Turquoise. HEX triplet: 3F, CA and DB. RGB value is (63,202,219). Sum of RGB (Red+Green+Blue) = 63+202+219=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCADB is #C03524. Grayscale: #A2A2A2. Windows color (decimal): -12596517 or 14404159. OLE color: 14404159.
HSL color Cylindrical-coordinate representation of color #3FCADB: hue angle of 186.54º 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 #3FCADB is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 202 | 219 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.14 |
| HSL | 186.54º | 0.68% | 0.55% | - |
| HSV(B) | 186.54º | 0.71% | 0.86% | - |
| XYZ | 35.96 | 48.41 | 74.47 | - |
| YUV | 162.38 | 159.95 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 219 | 0.71 | 0.08 | 0 | 0.14 | 186.54 | 0.68 | 0.55 |
| Hex | 3F | CA | DB | 47 | 8 | 0 | E | BB | 44 | 37 |
| Octal | 77 | 312 | 333 | 107 | 10 | 0 | 16 | 273 | 104 | 67 |
| Binary | 111111 | 11001010 | 11011011 | 1000111 | 1000 | 0 | 1110 | 10111011 | 1000100 | 110111 |
Color Harmonies of #3FCADB
Complementary color
Monochromatic Colors of #3FCADB
Black with #3FCADB
Text Example
Text Example
White with #3FCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCADB; }
p { color: rgb(63,202,219); }
H1.HeaderClassName
{
color: #3FCADB;
}
.AnyTagClassName
{
color: #3FCADB;
}
</style>
background-color css
<style>
a { background-color: #3FCADB; }
a { background-color: rgb(63,202,219); }
div.DivClassName
{
background-color: #3FCADB;
}
.BgClassName
{
background-color: #3FCADB;
}
</style>
border-color css
<style>
span { border-color: #3FCADB; }
span { border-color: rgb(63,202,219); }
td.TdClassName
{
border-color: #3FCADB;
}
.TagClassName
{
border-color: #3FCADB;
}
</style>