Shades of Turquoise #3DD7CF
Tints of Turquoise #3DD7CF
RGB
CMYK
RGB Variations
Color information
#3DD7CF (or 0x3DD7CF) is known color: Turquoise. HEX triplet: 3D, D7 and CF. RGB value is (61,215,207). Sum of RGB (Red+Green+Blue) = 61+215+207=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD7CF is #C22830. Grayscale: #A7A7A7. Windows color (decimal): -12724273 or 13621053. OLE color: 13621053.
HSL color Cylindrical-coordinate representation of color #3DD7CF: hue angle of 176.88º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD7CF is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 207 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.16 |
| HSL | 176.88º | 0.66% | 0.54% | - |
| HSV(B) | 176.88º | 0.72% | 0.84% | - |
| XYZ | 37.49 | 54.1 | 67.5 | - |
| YUV | 168.04 | 149.98 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 207 | 0.72 | 0 | 0.04 | 0.16 | 176.88 | 0.66 | 0.54 |
| Hex | 3D | D7 | CF | 48 | 0 | 4 | 10 | B1 | 42 | 36 |
| Octal | 75 | 327 | 317 | 110 | 0 | 4 | 20 | 261 | 102 | 66 |
| Binary | 111101 | 11010111 | 11001111 | 1001000 | 0 | 100 | 10000 | 10110001 | 1000010 | 110110 |
Color Harmonies of #3DD7CF
Complementary color
Monochromatic Colors of #3DD7CF
Black with #3DD7CF
Text Example
Text Example
White with #3DD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD7CF; }
p { color: rgb(61,215,207); }
H1.HeaderClassName
{
color: #3DD7CF;
}
.AnyTagClassName
{
color: #3DD7CF;
}
</style>
background-color css
<style>
a { background-color: #3DD7CF; }
a { background-color: rgb(61,215,207); }
div.DivClassName
{
background-color: #3DD7CF;
}
.BgClassName
{
background-color: #3DD7CF;
}
</style>
border-color css
<style>
span { border-color: #3DD7CF; }
span { border-color: rgb(61,215,207); }
td.TdClassName
{
border-color: #3DD7CF;
}
.TagClassName
{
border-color: #3DD7CF;
}
</style>