Shades of Medium Turquoise #3FD4DB
Tints of Medium Turquoise #3FD4DB
RGB
CMYK
RGB Variations
Color information
#3FD4DB (or 0x3FD4DB) is known color: Medium Turquoise. HEX triplet: 3F, D4 and DB. RGB value is (63,212,219). Sum of RGB (Red+Green+Blue) = 63+212+219=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD4DB is #C02B24. Grayscale: #A8A8A8. Windows color (decimal): -12593957 or 14406719. OLE color: 14406719.
HSL color Cylindrical-coordinate representation of color #3FD4DB: hue angle of 182.69º 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 #3FD4DB is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 63 | 212 | 219 | - |
CMYK | 0.71 | 0.03 | 0 | 0.14 |
HSL | 182.69º | 0.68% | 0.55% | - |
HSV(B) | 182.69º | 0.71% | 0.86% | - |
XYZ | 38.38 | 53.26 | 75.27 | - |
YUV | 168.25 | 156.64 | 52.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 212 | 219 | 0.71 | 0.03 | 0 | 0.14 | 182.69 | 0.68 | 0.55 |
Hex | 3F | D4 | DB | 47 | 3 | 0 | E | B7 | 44 | 37 |
Octal | 77 | 324 | 333 | 107 | 3 | 0 | 16 | 267 | 104 | 67 |
Binary | 111111 | 11010100 | 11011011 | 1000111 | 11 | 0 | 1110 | 10110111 | 1000100 | 110111 |
Color Harmonies of #3FD4DB
Complementary color
Monochromatic Colors of #3FD4DB
Black with #3FD4DB
Text Example
Text Example
White with #3FD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD4DB; }
p { color: rgb(63,212,219); }
H1.HeaderClassName
{
color: #3FD4DB;
}
.AnyTagClassName
{
color: #3FD4DB;
}
</style>
background-color css
<style>
a { background-color: #3FD4DB; }
a { background-color: rgb(63,212,219); }
div.DivClassName
{
background-color: #3FD4DB;
}
.BgClassName
{
background-color: #3FD4DB;
}
</style>
border-color css
<style>
span { border-color: #3FD4DB; }
span { border-color: rgb(63,212,219); }
td.TdClassName
{
border-color: #3FD4DB;
}
.TagClassName
{
border-color: #3FD4DB;
}
</style>