Shades of Turquoise #3DDAEC
Tints of Turquoise #3DDAEC
RGB
CMYK
RGB Variations
Color information
#3DDAEC (or 0x3DDAEC) is known color: Turquoise. HEX triplet: 3D, DA and EC. RGB value is (61,218,236). Sum of RGB (Red+Green+Blue) = 61+218+236=515 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.84% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #3DDAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDAEC is #C22513. Grayscale: #ACACAC. Windows color (decimal): -12723476 or 15522365. OLE color: 15522365.
HSL color Cylindrical-coordinate representation of color #3DDAEC: hue angle of 186.17º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DDAEC is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 218 | 236 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.07 |
| HSL | 186.17º | 0.82% | 0.58% | - |
| HSV(B) | 186.17º | 0.74% | 0.93% | - |
| XYZ | 42.14 | 57.19 | 88.18 | - |
| YUV | 173.11 | 163.49 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 236 | 0.74 | 0.08 | 0 | 0.07 | 186.17 | 0.82 | 0.58 |
| Hex | 3D | DA | EC | 4A | 8 | 0 | 7 | BA | 52 | 3A |
| Octal | 75 | 332 | 354 | 112 | 10 | 0 | 7 | 272 | 122 | 72 |
| Binary | 111101 | 11011010 | 11101100 | 1001010 | 1000 | 0 | 111 | 10111010 | 1010010 | 111010 |
Color Harmonies of #3DDAEC
Complementary color
Monochromatic Colors of #3DDAEC
Black with #3DDAEC
Text Example
Text Example
White with #3DDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDAEC; }
p { color: rgb(61,218,236); }
H1.HeaderClassName
{
color: #3DDAEC;
}
.AnyTagClassName
{
color: #3DDAEC;
}
</style>
background-color css
<style>
a { background-color: #3DDAEC; }
a { background-color: rgb(61,218,236); }
div.DivClassName
{
background-color: #3DDAEC;
}
.BgClassName
{
background-color: #3DDAEC;
}
</style>
border-color css
<style>
span { border-color: #3DDAEC; }
span { border-color: rgb(61,218,236); }
td.TdClassName
{
border-color: #3DDAEC;
}
.TagClassName
{
border-color: #3DDAEC;
}
</style>