Shades of Turquoise #3DDACF
Tints of Turquoise #3DDACF
RGB
CMYK
RGB Variations
Color information
#3DDACF (or 0x3DDACF) is known color: Turquoise. HEX triplet: 3D, DA and CF. RGB value is (61,218,207). Sum of RGB (Red+Green+Blue) = 61+218+207=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDACF is #C22530. Grayscale: #A9A9A9. Windows color (decimal): -12723505 or 13621821. OLE color: 13621821.
HSL color Cylindrical-coordinate representation of color #3DDACF: hue angle of 175.8º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDACF is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 207 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.15 |
| HSL | 175.8º | 0.68% | 0.55% | - |
| HSV(B) | 175.8º | 0.72% | 0.85% | - |
| XYZ | 38.26 | 55.64 | 67.75 | - |
| YUV | 169.8 | 148.99 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 207 | 0.72 | 0 | 0.05 | 0.15 | 175.8 | 0.68 | 0.55 |
| Hex | 3D | DA | CF | 48 | 0 | 5 | F | B0 | 44 | 37 |
| Octal | 75 | 332 | 317 | 110 | 0 | 5 | 17 | 260 | 104 | 67 |
| Binary | 111101 | 11011010 | 11001111 | 1001000 | 0 | 101 | 1111 | 10110000 | 1000100 | 110111 |
Color Harmonies of #3DDACF
Complementary color
Monochromatic Colors of #3DDACF
Black with #3DDACF
Text Example
Text Example
White with #3DDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDACF; }
p { color: rgb(61,218,207); }
H1.HeaderClassName
{
color: #3DDACF;
}
.AnyTagClassName
{
color: #3DDACF;
}
</style>
background-color css
<style>
a { background-color: #3DDACF; }
a { background-color: rgb(61,218,207); }
div.DivClassName
{
background-color: #3DDACF;
}
.BgClassName
{
background-color: #3DDACF;
}
</style>
border-color css
<style>
span { border-color: #3DDACF; }
span { border-color: rgb(61,218,207); }
td.TdClassName
{
border-color: #3DDACF;
}
.TagClassName
{
border-color: #3DDACF;
}
</style>