Shades of Medium Turquoise #3DCECF
Tints of Medium Turquoise #3DCECF
RGB
CMYK
RGB Variations
Color information
#3DCECF (or 0x3DCECF) is known color: Medium Turquoise. HEX triplet: 3D, CE and CF. RGB value is (61,206,207). Sum of RGB (Red+Green+Blue) = 61+206+207=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #3DCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCECF is #C23130. Grayscale: #A2A2A2. Windows color (decimal): -12726577 or 13618749. OLE color: 13618749.
HSL color Cylindrical-coordinate representation of color #3DCECF: hue angle of 180.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCECF is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 207 | - |
| CMYK | 0.71 | 0.00 | 0 | 0.19 |
| HSL | 180.41º | 0.6% | 0.53% | - |
| HSV(B) | 180.41º | 0.71% | 0.81% | - |
| XYZ | 35.26 | 49.64 | 66.75 | - |
| YUV | 162.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 207 | 0.71 | 0.00 | 0 | 0.19 | 180.41 | 0.6 | 0.53 |
| Hex | 3D | CE | CF | 47 | 0 | 0 | 13 | B4 | 3C | 35 |
| Octal | 75 | 316 | 317 | 107 | 0 | 0 | 23 | 264 | 74 | 65 |
| Binary | 111101 | 11001110 | 11001111 | 1000111 | 0 | 0 | 10011 | 10110100 | 111100 | 110101 |
Color Harmonies of #3DCECF
Complementary color
Monochromatic Colors of #3DCECF
Black with #3DCECF
Text Example
Text Example
White with #3DCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCECF; }
p { color: rgb(61,206,207); }
H1.HeaderClassName
{
color: #3DCECF;
}
.AnyTagClassName
{
color: #3DCECF;
}
</style>
background-color css
<style>
a { background-color: #3DCECF; }
a { background-color: rgb(61,206,207); }
div.DivClassName
{
background-color: #3DCECF;
}
.BgClassName
{
background-color: #3DCECF;
}
</style>
border-color css
<style>
span { border-color: #3DCECF; }
span { border-color: rgb(61,206,207); }
td.TdClassName
{
border-color: #3DCECF;
}
.TagClassName
{
border-color: #3DCECF;
}
</style>