Shades of Turquoise #3DECEE
Tints of Turquoise #3DECEE
RGB
CMYK
RGB Variations
Color information
#3DECEE (or 0x3DECEE) is known color: Turquoise. HEX triplet: 3D, EC and EE. RGB value is (61,236,238). Sum of RGB (Red+Green+Blue) = 61+236+238=535 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.40% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DECEE is #C21311. Grayscale: #B7B7B7. Windows color (decimal): -12718866 or 15658045. OLE color: 15658045.
HSL color Cylindrical-coordinate representation of color #3DECEE: hue angle of 180.68º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECEE is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 238 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.07 |
| HSL | 180.68º | 0.84% | 0.59% | - |
| HSV(B) | 180.68º | 0.74% | 0.93% | - |
| XYZ | 47.35 | 67.16 | 91.36 | - |
| YUV | 183.9 | 158.52 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 238 | 0.74 | 0.01 | 0 | 0.07 | 180.68 | 0.84 | 0.59 |
| Hex | 3D | EC | EE | 4A | 1 | 0 | 7 | B5 | 54 | 3B |
| Octal | 75 | 354 | 356 | 112 | 1 | 0 | 7 | 265 | 124 | 73 |
| Binary | 111101 | 11101100 | 11101110 | 1001010 | 1 | 0 | 111 | 10110101 | 1010100 | 111011 |
Color Harmonies of #3DECEE
Complementary color
Monochromatic Colors of #3DECEE
Black with #3DECEE
Text Example
Text Example
White with #3DECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECEE; }
p { color: rgb(61,236,238); }
H1.HeaderClassName
{
color: #3DECEE;
}
.AnyTagClassName
{
color: #3DECEE;
}
</style>
background-color css
<style>
a { background-color: #3DECEE; }
a { background-color: rgb(61,236,238); }
div.DivClassName
{
background-color: #3DECEE;
}
.BgClassName
{
background-color: #3DECEE;
}
</style>
border-color css
<style>
span { border-color: #3DECEE; }
span { border-color: rgb(61,236,238); }
td.TdClassName
{
border-color: #3DECEE;
}
.TagClassName
{
border-color: #3DECEE;
}
</style>