Shades of Turquoise #3DEDCF
Tints of Turquoise #3DEDCF
RGB
CMYK
RGB Variations
Color information
#3DEDCF (or 0x3DEDCF) is known color: Turquoise. HEX triplet: 3D, ED and CF. RGB value is (61,237,207). Sum of RGB (Red+Green+Blue) = 61+237+207=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDCF is #C21230. Grayscale: #B4B4B4. Windows color (decimal): -12718641 or 13626685. OLE color: 13626685.
HSL color Cylindrical-coordinate representation of color #3DEDCF: hue angle of 169.77º 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 #3DEDCF is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 207 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.07 |
| HSL | 169.77º | 0.83% | 0.58% | - |
| HSV(B) | 169.77º | 0.74% | 0.93% | - |
| XYZ | 43.47 | 66.07 | 69.49 | - |
| YUV | 180.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 207 | 0.74 | 0 | 0.13 | 0.07 | 169.77 | 0.83 | 0.58 |
| Hex | 3D | ED | CF | 4A | 0 | D | 7 | AA | 53 | 3A |
| Octal | 75 | 355 | 317 | 112 | 0 | 15 | 7 | 252 | 123 | 72 |
| Binary | 111101 | 11101101 | 11001111 | 1001010 | 0 | 1101 | 111 | 10101010 | 1010011 | 111010 |
Color Harmonies of #3DEDCF
Complementary color
Monochromatic Colors of #3DEDCF
Black with #3DEDCF
Text Example
Text Example
White with #3DEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDCF; }
p { color: rgb(61,237,207); }
H1.HeaderClassName
{
color: #3DEDCF;
}
.AnyTagClassName
{
color: #3DEDCF;
}
</style>
background-color css
<style>
a { background-color: #3DEDCF; }
a { background-color: rgb(61,237,207); }
div.DivClassName
{
background-color: #3DEDCF;
}
.BgClassName
{
background-color: #3DEDCF;
}
</style>
border-color css
<style>
span { border-color: #3DEDCF; }
span { border-color: rgb(61,237,207); }
td.TdClassName
{
border-color: #3DEDCF;
}
.TagClassName
{
border-color: #3DEDCF;
}
</style>