Shades of Turquoise #3DDDCF
Tints of Turquoise #3DDDCF
RGB
CMYK
RGB Variations
Color information
#3DDDCF (or 0x3DDDCF) is known color: Turquoise. HEX triplet: 3D, DD and CF. RGB value is (61,221,207). Sum of RGB (Red+Green+Blue) = 61+221+207=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDCF is #C22230. Grayscale: #ABABAB. Windows color (decimal): -12722737 or 13622589. OLE color: 13622589.
HSL color Cylindrical-coordinate representation of color #3DDDCF: hue angle of 174.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDDCF is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 207 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.13 |
| HSL | 174.75º | 0.7% | 0.55% | - |
| HSV(B) | 174.75º | 0.72% | 0.87% | - |
| XYZ | 39.04 | 57.21 | 68.02 | - |
| YUV | 171.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 207 | 0.72 | 0 | 0.06 | 0.13 | 174.75 | 0.7 | 0.55 |
| Hex | 3D | DD | CF | 48 | 0 | 6 | D | AF | 46 | 37 |
| Octal | 75 | 335 | 317 | 110 | 0 | 6 | 15 | 257 | 106 | 67 |
| Binary | 111101 | 11011101 | 11001111 | 1001000 | 0 | 110 | 1101 | 10101111 | 1000110 | 110111 |
Color Harmonies of #3DDDCF
Complementary color
Monochromatic Colors of #3DDDCF
Black with #3DDDCF
Text Example
Text Example
White with #3DDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDCF; }
p { color: rgb(61,221,207); }
H1.HeaderClassName
{
color: #3DDDCF;
}
.AnyTagClassName
{
color: #3DDDCF;
}
</style>
background-color css
<style>
a { background-color: #3DDDCF; }
a { background-color: rgb(61,221,207); }
div.DivClassName
{
background-color: #3DDDCF;
}
.BgClassName
{
background-color: #3DDDCF;
}
</style>
border-color css
<style>
span { border-color: #3DDDCF; }
span { border-color: rgb(61,221,207); }
td.TdClassName
{
border-color: #3DDDCF;
}
.TagClassName
{
border-color: #3DDDCF;
}
</style>