Shades of Turquoise #3DDDEF
Tints of Turquoise #3DDDEF
RGB
CMYK
RGB Variations
Color information
#3DDDEF (or 0x3DDDEF) is known color: Turquoise. HEX triplet: 3D, DD and EF. RGB value is (61,221,239). Sum of RGB (Red+Green+Blue) = 61+221+239=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDDEF is #C22210. Grayscale: #AEAEAE. Windows color (decimal): -12722705 or 15719741. OLE color: 15719741.
HSL color Cylindrical-coordinate representation of color #3DDDEF: hue angle of 186.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DDDEF is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 221 | 239 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.06 |
| HSL | 186.07º | 0.85% | 0.59% | - |
| HSV(B) | 186.07º | 0.74% | 0.94% | - |
| XYZ | 43.36 | 58.94 | 90.75 | - |
| YUV | 175.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 239 | 0.74 | 0.08 | 0 | 0.06 | 186.07 | 0.85 | 0.59 |
| Hex | 3D | DD | EF | 4A | 8 | 0 | 6 | BA | 55 | 3B |
| Octal | 75 | 335 | 357 | 112 | 10 | 0 | 6 | 272 | 125 | 73 |
| Binary | 111101 | 11011101 | 11101111 | 1001010 | 1000 | 0 | 110 | 10111010 | 1010101 | 111011 |
Color Harmonies of #3DDDEF
Complementary color
Monochromatic Colors of #3DDDEF
Black with #3DDDEF
Text Example
Text Example
White with #3DDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDEF; }
p { color: rgb(61,221,239); }
H1.HeaderClassName
{
color: #3DDDEF;
}
.AnyTagClassName
{
color: #3DDDEF;
}
</style>
background-color css
<style>
a { background-color: #3DDDEF; }
a { background-color: rgb(61,221,239); }
div.DivClassName
{
background-color: #3DDDEF;
}
.BgClassName
{
background-color: #3DDDEF;
}
</style>
border-color css
<style>
span { border-color: #3DDDEF; }
span { border-color: rgb(61,221,239); }
td.TdClassName
{
border-color: #3DDDEF;
}
.TagClassName
{
border-color: #3DDDEF;
}
</style>