Shades of Medium Turquoise #3FCCDB
Tints of Medium Turquoise #3FCCDB
RGB
CMYK
RGB Variations
Color information
#3FCCDB (or 0x3FCCDB) is known color: Medium Turquoise. HEX triplet: 3F, CC and DB. RGB value is (63,204,219). Sum of RGB (Red+Green+Blue) = 63+204+219=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCDB is #C03324. Grayscale: #A3A3A3. Windows color (decimal): -12596005 or 14404671. OLE color: 14404671.
HSL color Cylindrical-coordinate representation of color #3FCCDB: hue angle of 185.77º 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 #3FCCDB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 204 | 219 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.14 |
| HSL | 185.77º | 0.68% | 0.55% | - |
| HSV(B) | 185.77º | 0.71% | 0.86% | - |
| XYZ | 36.43 | 49.36 | 74.62 | - |
| YUV | 163.55 | 159.29 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 219 | 0.71 | 0.07 | 0 | 0.14 | 185.77 | 0.68 | 0.55 |
| Hex | 3F | CC | DB | 47 | 7 | 0 | E | BA | 44 | 37 |
| Octal | 77 | 314 | 333 | 107 | 7 | 0 | 16 | 272 | 104 | 67 |
| Binary | 111111 | 11001100 | 11011011 | 1000111 | 111 | 0 | 1110 | 10111010 | 1000100 | 110111 |
Color Harmonies of #3FCCDB
Complementary color
Monochromatic Colors of #3FCCDB
Black with #3FCCDB
Text Example
Text Example
White with #3FCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCDB; }
p { color: rgb(63,204,219); }
H1.HeaderClassName
{
color: #3FCCDB;
}
.AnyTagClassName
{
color: #3FCCDB;
}
</style>
background-color css
<style>
a { background-color: #3FCCDB; }
a { background-color: rgb(63,204,219); }
div.DivClassName
{
background-color: #3FCCDB;
}
.BgClassName
{
background-color: #3FCCDB;
}
</style>
border-color css
<style>
span { border-color: #3FCCDB; }
span { border-color: rgb(63,204,219); }
td.TdClassName
{
border-color: #3FCCDB;
}
.TagClassName
{
border-color: #3FCCDB;
}
</style>