Shades of Turquoise #3DDCED
Tints of Turquoise #3DDCED
RGB
CMYK
RGB Variations
Color information
#3DDCED (or 0x3DDCED) is known color: Turquoise. HEX triplet: 3D, DC and ED. RGB value is (61,220,237). Sum of RGB (Red+Green+Blue) = 61+220+237=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DDCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDCED is #C22312. Grayscale: #AEAEAE. Windows color (decimal): -12722963 or 15588413. OLE color: 15588413.
HSL color Cylindrical-coordinate representation of color #3DDCED: hue angle of 185.8º degrees, saturation: 0.83, 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 #3DDCED is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 220 | 237 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.07 |
| HSL | 185.8º | 0.83% | 0.58% | - |
| HSV(B) | 185.8º | 0.74% | 0.93% | - |
| XYZ | 42.8 | 58.29 | 89.12 | - |
| YUV | 174.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 237 | 0.74 | 0.07 | 0 | 0.07 | 185.8 | 0.83 | 0.58 |
| Hex | 3D | DC | ED | 4A | 7 | 0 | 7 | BA | 53 | 3A |
| Octal | 75 | 334 | 355 | 112 | 7 | 0 | 7 | 272 | 123 | 72 |
| Binary | 111101 | 11011100 | 11101101 | 1001010 | 111 | 0 | 111 | 10111010 | 1010011 | 111010 |
Color Harmonies of #3DDCED
Complementary color
Monochromatic Colors of #3DDCED
Black with #3DDCED
Text Example
Text Example
White with #3DDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCED; }
p { color: rgb(61,220,237); }
H1.HeaderClassName
{
color: #3DDCED;
}
.AnyTagClassName
{
color: #3DDCED;
}
</style>
background-color css
<style>
a { background-color: #3DDCED; }
a { background-color: rgb(61,220,237); }
div.DivClassName
{
background-color: #3DDCED;
}
.BgClassName
{
background-color: #3DDCED;
}
</style>
border-color css
<style>
span { border-color: #3DDCED; }
span { border-color: rgb(61,220,237); }
td.TdClassName
{
border-color: #3DDCED;
}
.TagClassName
{
border-color: #3DDCED;
}
</style>