Shades of Turquoise #3DDFCF
Tints of Turquoise #3DDFCF
RGB
CMYK
RGB Variations
Color information
#3DDFCF (or 0x3DDFCF) is known color: Turquoise. HEX triplet: 3D, DF and CF. RGB value is (61,223,207). Sum of RGB (Red+Green+Blue) = 61+223+207=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFCF is #C22030. Grayscale: #ACACAC. Windows color (decimal): -12722225 or 13623101. OLE color: 13623101.
HSL color Cylindrical-coordinate representation of color #3DDFCF: hue angle of 174.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDFCF is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 207 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.13 |
| HSL | 174.07º | 0.72% | 0.56% | - |
| HSV(B) | 174.07º | 0.73% | 0.87% | - |
| XYZ | 39.57 | 58.27 | 68.19 | - |
| YUV | 172.74 | 147.33 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 207 | 0.73 | 0 | 0.07 | 0.13 | 174.07 | 0.72 | 0.56 |
| Hex | 3D | DF | CF | 49 | 0 | 7 | D | AE | 48 | 38 |
| Octal | 75 | 337 | 317 | 111 | 0 | 7 | 15 | 256 | 110 | 70 |
| Binary | 111101 | 11011111 | 11001111 | 1001001 | 0 | 111 | 1101 | 10101110 | 1001000 | 111000 |
Color Harmonies of #3DDFCF
Complementary color
Monochromatic Colors of #3DDFCF
Black with #3DDFCF
Text Example
Text Example
White with #3DDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFCF; }
p { color: rgb(61,223,207); }
H1.HeaderClassName
{
color: #3DDFCF;
}
.AnyTagClassName
{
color: #3DDFCF;
}
</style>
background-color css
<style>
a { background-color: #3DDFCF; }
a { background-color: rgb(61,223,207); }
div.DivClassName
{
background-color: #3DDFCF;
}
.BgClassName
{
background-color: #3DDFCF;
}
</style>
border-color css
<style>
span { border-color: #3DDFCF; }
span { border-color: rgb(61,223,207); }
td.TdClassName
{
border-color: #3DDFCF;
}
.TagClassName
{
border-color: #3DDFCF;
}
</style>