Shades of Turquoise #3DF3BD
Tints of Turquoise #3DF3BD
RGB
CMYK
RGB Variations
Color information
#3DF3BD (or 0x3DF3BD) is known color: Turquoise. HEX triplet: 3D, F3 and BD. RGB value is (61,243,189). Sum of RGB (Red+Green+Blue) = 61+243+189=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF3BD is #C20C42. Grayscale: #B6B6B6. Windows color (decimal): -12717123 or 12448573. OLE color: 12448573.
HSL color Cylindrical-coordinate representation of color #3DF3BD: hue angle of 162.2º 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 #3DF3BD is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 189 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.05 |
| HSL | 162.2º | 0.88% | 0.6% | - |
| HSV(B) | 162.2º | 0.75% | 0.95% | - |
| XYZ | 43.16 | 68.77 | 59.14 | - |
| YUV | 182.43 | 131.7 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 189 | 0.75 | 0 | 0.22 | 0.05 | 162.2 | 0.88 | 0.6 |
| Hex | 3D | F3 | BD | 4B | 0 | 16 | 5 | A2 | 58 | 3C |
| Octal | 75 | 363 | 275 | 113 | 0 | 26 | 5 | 242 | 130 | 74 |
| Binary | 111101 | 11110011 | 10111101 | 1001011 | 0 | 10110 | 101 | 10100010 | 1011000 | 111100 |
Color Harmonies of #3DF3BD
Complementary color
Monochromatic Colors of #3DF3BD
Black with #3DF3BD
Text Example
Text Example
White with #3DF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3BD; }
p { color: rgb(61,243,189); }
H1.HeaderClassName
{
color: #3DF3BD;
}
.AnyTagClassName
{
color: #3DF3BD;
}
</style>
background-color css
<style>
a { background-color: #3DF3BD; }
a { background-color: rgb(61,243,189); }
div.DivClassName
{
background-color: #3DF3BD;
}
.BgClassName
{
background-color: #3DF3BD;
}
</style>
border-color css
<style>
span { border-color: #3DF3BD; }
span { border-color: rgb(61,243,189); }
td.TdClassName
{
border-color: #3DF3BD;
}
.TagClassName
{
border-color: #3DF3BD;
}
</style>