Shades of Turquoise #3DF3DB
Tints of Turquoise #3DF3DB
RGB
CMYK
RGB Variations
Color information
#3DF3DB (or 0x3DF3DB) is known color: Turquoise. HEX triplet: 3D, F3 and DB. RGB value is (61,243,219). Sum of RGB (Red+Green+Blue) = 61+243+219=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF3DB is #C20C24. Grayscale: #B9B9B9. Windows color (decimal): -12717093 or 14414653. OLE color: 14414653.
HSL color Cylindrical-coordinate representation of color #3DF3DB: hue angle of 172.09º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF3DB is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 219 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.05 |
| HSL | 172.09º | 0.88% | 0.6% | - |
| HSV(B) | 172.09º | 0.75% | 0.95% | - |
| XYZ | 46.76 | 70.21 | 78.1 | - |
| YUV | 185.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 219 | 0.75 | 0 | 0.10 | 0.05 | 172.09 | 0.88 | 0.6 |
| Hex | 3D | F3 | DB | 4B | 0 | A | 5 | AC | 58 | 3C |
| Octal | 75 | 363 | 333 | 113 | 0 | 12 | 5 | 254 | 130 | 74 |
| Binary | 111101 | 11110011 | 11011011 | 1001011 | 0 | 1010 | 101 | 10101100 | 1011000 | 111100 |
Color Harmonies of #3DF3DB
Complementary color
Monochromatic Colors of #3DF3DB
Black with #3DF3DB
Text Example
Text Example
White with #3DF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3DB; }
p { color: rgb(61,243,219); }
H1.HeaderClassName
{
color: #3DF3DB;
}
.AnyTagClassName
{
color: #3DF3DB;
}
</style>
background-color css
<style>
a { background-color: #3DF3DB; }
a { background-color: rgb(61,243,219); }
div.DivClassName
{
background-color: #3DF3DB;
}
.BgClassName
{
background-color: #3DF3DB;
}
</style>
border-color css
<style>
span { border-color: #3DF3DB; }
span { border-color: rgb(61,243,219); }
td.TdClassName
{
border-color: #3DF3DB;
}
.TagClassName
{
border-color: #3DF3DB;
}
</style>