Shades of Turquoise #3DFBDD
Tints of Turquoise #3DFBDD
RGB
CMYK
RGB Variations
Color information
#3DFBDD (or 0x3DFBDD) is known color: Turquoise. HEX triplet: 3D, FB and DD. RGB value is (61,251,221). Sum of RGB (Red+Green+Blue) = 61+251+221=533 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.44% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFBDD is #C20422. Grayscale: #BEBEBE. Windows color (decimal): -12715043 or 14547773. OLE color: 14547773.
HSL color Cylindrical-coordinate representation of color #3DFBDD: hue angle of 170.53º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFBDD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 221 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.02 |
| HSL | 170.53º | 0.96% | 0.61% | - |
| HSV(B) | 170.53º | 0.76% | 0.98% | - |
| XYZ | 49.47 | 75.21 | 80.32 | - |
| YUV | 190.77 | 145.05 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 221 | 0.76 | 0 | 0.12 | 0.02 | 170.53 | 0.96 | 0.61 |
| Hex | 3D | FB | DD | 4C | 0 | C | 2 | AB | 60 | 3D |
| Octal | 75 | 373 | 335 | 114 | 0 | 14 | 2 | 253 | 140 | 75 |
| Binary | 111101 | 11111011 | 11011101 | 1001100 | 0 | 1100 | 10 | 10101011 | 1100000 | 111101 |
Color Harmonies of #3DFBDD
Complementary color
Monochromatic Colors of #3DFBDD
Black with #3DFBDD
Text Example
Text Example
White with #3DFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBDD; }
p { color: rgb(61,251,221); }
H1.HeaderClassName
{
color: #3DFBDD;
}
.AnyTagClassName
{
color: #3DFBDD;
}
</style>
background-color css
<style>
a { background-color: #3DFBDD; }
a { background-color: rgb(61,251,221); }
div.DivClassName
{
background-color: #3DFBDD;
}
.BgClassName
{
background-color: #3DFBDD;
}
</style>
border-color css
<style>
span { border-color: #3DFBDD; }
span { border-color: rgb(61,251,221); }
td.TdClassName
{
border-color: #3DFBDD;
}
.TagClassName
{
border-color: #3DFBDD;
}
</style>