Shades of Medium Turquoise #3DCFD5
Tints of Medium Turquoise #3DCFD5
RGB
CMYK
RGB Variations
Color information
#3DCFD5 (or 0x3DCFD5) is known color: Medium Turquoise. HEX triplet: 3D, CF and D5. RGB value is (61,207,213). Sum of RGB (Red+Green+Blue) = 61+207+213=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #3DCFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFD5 is #C2302A. Grayscale: #A3A3A3. Windows color (decimal): -12726315 or 14012221. OLE color: 14012221.
HSL color Cylindrical-coordinate representation of color #3DCFD5: hue angle of 182.37º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFD5 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 61 | 207 | 213 | - |
CMYK | 0.71 | 0.03 | 0 | 0.16 |
HSL | 182.37º | 0.64% | 0.54% | - |
HSV(B) | 182.37º | 0.71% | 0.84% | - |
XYZ | 36.25 | 50.42 | 70.77 | - |
YUV | 164.03 | 155.63 | 54.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 207 | 213 | 0.71 | 0.03 | 0 | 0.16 | 182.37 | 0.64 | 0.54 |
Hex | 3D | CF | D5 | 47 | 3 | 0 | 10 | B6 | 40 | 36 |
Octal | 75 | 317 | 325 | 107 | 3 | 0 | 20 | 266 | 100 | 66 |
Binary | 111101 | 11001111 | 11010101 | 1000111 | 11 | 0 | 10000 | 10110110 | 1000000 | 110110 |
Color Harmonies of #3DCFD5
Complementary color
Monochromatic Colors of #3DCFD5
Black with #3DCFD5
Text Example
Text Example
White with #3DCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFD5; }
p { color: rgb(61,207,213); }
H1.HeaderClassName
{
color: #3DCFD5;
}
.AnyTagClassName
{
color: #3DCFD5;
}
</style>
background-color css
<style>
a { background-color: #3DCFD5; }
a { background-color: rgb(61,207,213); }
div.DivClassName
{
background-color: #3DCFD5;
}
.BgClassName
{
background-color: #3DCFD5;
}
</style>
border-color css
<style>
span { border-color: #3DCFD5; }
span { border-color: rgb(61,207,213); }
td.TdClassName
{
border-color: #3DCFD5;
}
.TagClassName
{
border-color: #3DCFD5;
}
</style>