Shades of Turquoise #3DEDCC
Tints of Turquoise #3DEDCC
RGB
CMYK
RGB Variations
Color information
#3DEDCC (or 0x3DEDCC) is known color: Turquoise. HEX triplet: 3D, ED and CC. RGB value is (61,237,204). Sum of RGB (Red+Green+Blue) = 61+237+204=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDCC is #C21233. Grayscale: #B4B4B4. Windows color (decimal): -12718644 or 13430077. OLE color: 13430077.
HSL color Cylindrical-coordinate representation of color #3DEDCC: hue angle of 168.75º 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 #3DEDCC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 204 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.07 |
| HSL | 168.75º | 0.83% | 0.58% | - |
| HSV(B) | 168.75º | 0.74% | 0.93% | - |
| XYZ | 43.11 | 65.92 | 67.58 | - |
| YUV | 180.61 | 141.19 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 204 | 0.74 | 0 | 0.14 | 0.07 | 168.75 | 0.83 | 0.58 |
| Hex | 3D | ED | CC | 4A | 0 | E | 7 | A9 | 53 | 3A |
| Octal | 75 | 355 | 314 | 112 | 0 | 16 | 7 | 251 | 123 | 72 |
| Binary | 111101 | 11101101 | 11001100 | 1001010 | 0 | 1110 | 111 | 10101001 | 1010011 | 111010 |
Color Harmonies of #3DEDCC
Complementary color
Monochromatic Colors of #3DEDCC
Black with #3DEDCC
Text Example
Text Example
White with #3DEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDCC; }
p { color: rgb(61,237,204); }
H1.HeaderClassName
{
color: #3DEDCC;
}
.AnyTagClassName
{
color: #3DEDCC;
}
</style>
background-color css
<style>
a { background-color: #3DEDCC; }
a { background-color: rgb(61,237,204); }
div.DivClassName
{
background-color: #3DEDCC;
}
.BgClassName
{
background-color: #3DEDCC;
}
</style>
border-color css
<style>
span { border-color: #3DEDCC; }
span { border-color: rgb(61,237,204); }
td.TdClassName
{
border-color: #3DEDCC;
}
.TagClassName
{
border-color: #3DEDCC;
}
</style>