Shades of Turquoise #3FDBDF
Tints of Turquoise #3FDBDF
RGB
CMYK
RGB Variations
Color information
#3FDBDF (or 0x3FDBDF) is known color: Turquoise. HEX triplet: 3F, DB and DF. RGB value is (63,219,223). Sum of RGB (Red+Green+Blue) = 63+219+223=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FDBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBDF is #C02420. Grayscale: #ACACAC. Windows color (decimal): -12592161 or 14670655. OLE color: 14670655.
HSL color Cylindrical-coordinate representation of color #3FDBDF: hue angle of 181.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDBDF is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 219 | 223 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.13 |
| HSL | 181.5º | 0.71% | 0.56% | - |
| HSV(B) | 181.5º | 0.72% | 0.87% | - |
| XYZ | 40.7 | 57.05 | 78.68 | - |
| YUV | 172.81 | 156.32 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 223 | 0.72 | 0.02 | 0 | 0.13 | 181.5 | 0.71 | 0.56 |
| Hex | 3F | DB | DF | 48 | 2 | 0 | D | B6 | 47 | 38 |
| Octal | 77 | 333 | 337 | 110 | 2 | 0 | 15 | 266 | 107 | 70 |
| Binary | 111111 | 11011011 | 11011111 | 1001000 | 10 | 0 | 1101 | 10110110 | 1000111 | 111000 |
Color Harmonies of #3FDBDF
Complementary color
Monochromatic Colors of #3FDBDF
Black with #3FDBDF
Text Example
Text Example
White with #3FDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBDF; }
p { color: rgb(63,219,223); }
H1.HeaderClassName
{
color: #3FDBDF;
}
.AnyTagClassName
{
color: #3FDBDF;
}
</style>
background-color css
<style>
a { background-color: #3FDBDF; }
a { background-color: rgb(63,219,223); }
div.DivClassName
{
background-color: #3FDBDF;
}
.BgClassName
{
background-color: #3FDBDF;
}
</style>
border-color css
<style>
span { border-color: #3FDBDF; }
span { border-color: rgb(63,219,223); }
td.TdClassName
{
border-color: #3FDBDF;
}
.TagClassName
{
border-color: #3FDBDF;
}
</style>