Shades of Turquoise #3DDCEF
Tints of Turquoise #3DDCEF
RGB
CMYK
RGB Variations
Color information
#3DDCEF (or 0x3DDCEF) is known color: Turquoise. HEX triplet: 3D, DC and EF. RGB value is (61,220,239). Sum of RGB (Red+Green+Blue) = 61+220+239=520 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.73% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DDCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDCEF is #C22310. Grayscale: #AEAEAE. Windows color (decimal): -12722961 or 15719485. OLE color: 15719485.
HSL color Cylindrical-coordinate representation of color #3DDCEF: hue angle of 186.4º 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 #3DDCEF is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 220 | 239 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.06 |
| HSL | 186.4º | 0.85% | 0.59% | - |
| HSV(B) | 186.4º | 0.74% | 0.94% | - |
| XYZ | 43.1 | 58.41 | 90.66 | - |
| YUV | 174.63 | 164.32 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 239 | 0.74 | 0.08 | 0 | 0.06 | 186.4 | 0.85 | 0.59 |
| Hex | 3D | DC | EF | 4A | 8 | 0 | 6 | BA | 55 | 3B |
| Octal | 75 | 334 | 357 | 112 | 10 | 0 | 6 | 272 | 125 | 73 |
| Binary | 111101 | 11011100 | 11101111 | 1001010 | 1000 | 0 | 110 | 10111010 | 1010101 | 111011 |
Color Harmonies of #3DDCEF
Complementary color
Monochromatic Colors of #3DDCEF
Black with #3DDCEF
Text Example
Text Example
White with #3DDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCEF; }
p { color: rgb(61,220,239); }
H1.HeaderClassName
{
color: #3DDCEF;
}
.AnyTagClassName
{
color: #3DDCEF;
}
</style>
background-color css
<style>
a { background-color: #3DDCEF; }
a { background-color: rgb(61,220,239); }
div.DivClassName
{
background-color: #3DDCEF;
}
.BgClassName
{
background-color: #3DDCEF;
}
</style>
border-color css
<style>
span { border-color: #3DDCEF; }
span { border-color: rgb(61,220,239); }
td.TdClassName
{
border-color: #3DDCEF;
}
.TagClassName
{
border-color: #3DDCEF;
}
</style>