Shades of Turquoise #3DD8CF
Tints of Turquoise #3DD8CF
RGB
CMYK
RGB Variations
Color information
#3DD8CF (or 0x3DD8CF) is known color: Turquoise. HEX triplet: 3D, D8 and CF. RGB value is (61,216,207). Sum of RGB (Red+Green+Blue) = 61+216+207=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD8CF is #C22730. Grayscale: #A8A8A8. Windows color (decimal): -12724017 or 13621309. OLE color: 13621309.
HSL color Cylindrical-coordinate representation of color #3DD8CF: hue angle of 176.52º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD8CF is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 207 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.15 |
| HSL | 176.52º | 0.67% | 0.54% | - |
| HSV(B) | 176.52º | 0.72% | 0.85% | - |
| XYZ | 37.74 | 54.61 | 67.58 | - |
| YUV | 168.63 | 149.65 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 207 | 0.72 | 0 | 0.04 | 0.15 | 176.52 | 0.67 | 0.54 |
| Hex | 3D | D8 | CF | 48 | 0 | 4 | F | B1 | 43 | 36 |
| Octal | 75 | 330 | 317 | 110 | 0 | 4 | 17 | 261 | 103 | 66 |
| Binary | 111101 | 11011000 | 11001111 | 1001000 | 0 | 100 | 1111 | 10110001 | 1000011 | 110110 |
Color Harmonies of #3DD8CF
Complementary color
Monochromatic Colors of #3DD8CF
Black with #3DD8CF
Text Example
Text Example
White with #3DD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD8CF; }
p { color: rgb(61,216,207); }
H1.HeaderClassName
{
color: #3DD8CF;
}
.AnyTagClassName
{
color: #3DD8CF;
}
</style>
background-color css
<style>
a { background-color: #3DD8CF; }
a { background-color: rgb(61,216,207); }
div.DivClassName
{
background-color: #3DD8CF;
}
.BgClassName
{
background-color: #3DD8CF;
}
</style>
border-color css
<style>
span { border-color: #3DD8CF; }
span { border-color: rgb(61,216,207); }
td.TdClassName
{
border-color: #3DD8CF;
}
.TagClassName
{
border-color: #3DD8CF;
}
</style>