Shades of Turquoise #3FDBDB
Tints of Turquoise #3FDBDB
RGB
CMYK
RGB Variations
Color information
#3FDBDB (or 0x3FDBDB) is known color: Turquoise. HEX triplet: 3F, DB and DB. RGB value is (63,219,219). Sum of RGB (Red+Green+Blue) = 63+219+219=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #3FDBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBDB is #C02424. Grayscale: #ACACAC. Windows color (decimal): -12592165 or 14408511. OLE color: 14408511.
HSL color Cylindrical-coordinate representation of color #3FDBDB: hue angle of 180º 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 #3FDBDB is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 63 | 219 | 219 | - |
CMYK | 0.71 | 0 | 0 | 0.14 |
HSL | 180º | 0.68% | 0.55% | - |
HSV(B) | 180º | 0.71% | 0.86% | - |
XYZ | 40.17 | 56.83 | 75.87 | - |
YUV | 172.36 | 154.32 | 50 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 219 | 219 | 0.71 | 0 | 0 | 0.14 | 180 | 0.68 | 0.55 |
Hex | 3F | DB | DB | 47 | 0 | 0 | E | B4 | 44 | 37 |
Octal | 77 | 333 | 333 | 107 | 0 | 0 | 16 | 264 | 104 | 67 |
Binary | 111111 | 11011011 | 11011011 | 1000111 | 0 | 0 | 1110 | 10110100 | 1000100 | 110111 |
Color Harmonies of #3FDBDB
Complementary color
Monochromatic Colors of #3FDBDB
Black with #3FDBDB
Text Example
Text Example
White with #3FDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBDB; }
p { color: rgb(63,219,219); }
H1.HeaderClassName
{
color: #3FDBDB;
}
.AnyTagClassName
{
color: #3FDBDB;
}
</style>
background-color css
<style>
a { background-color: #3FDBDB; }
a { background-color: rgb(63,219,219); }
div.DivClassName
{
background-color: #3FDBDB;
}
.BgClassName
{
background-color: #3FDBDB;
}
</style>
border-color css
<style>
span { border-color: #3FDBDB; }
span { border-color: rgb(63,219,219); }
td.TdClassName
{
border-color: #3FDBDB;
}
.TagClassName
{
border-color: #3FDBDB;
}
</style>