Shades of Medium Turquoise #3DCFCA
Tints of Medium Turquoise #3DCFCA
RGB
CMYK
RGB Variations
Color information
#3DCFCA (or 0x3DCFCA) is known color: Medium Turquoise. HEX triplet: 3D, CF and CA. RGB value is (61,207,202). Sum of RGB (Red+Green+Blue) = 61+207+202=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFCA is #C23035. Grayscale: #A2A2A2. Windows color (decimal): -12726326 or 13291325. OLE color: 13291325.
HSL color Cylindrical-coordinate representation of color #3DCFCA: hue angle of 177.95º 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 #3DCFCA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 202 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.19 |
| HSL | 177.95º | 0.6% | 0.53% | - |
| HSV(B) | 177.95º | 0.71% | 0.81% | - |
| XYZ | 34.9 | 49.88 | 63.67 | - |
| YUV | 162.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 202 | 0.71 | 0 | 0.02 | 0.19 | 177.95 | 0.6 | 0.53 |
| Hex | 3D | CF | CA | 47 | 0 | 2 | 13 | B2 | 3C | 35 |
| Octal | 75 | 317 | 312 | 107 | 0 | 2 | 23 | 262 | 74 | 65 |
| Binary | 111101 | 11001111 | 11001010 | 1000111 | 0 | 10 | 10011 | 10110010 | 111100 | 110101 |
Color Harmonies of #3DCFCA
Complementary color
Monochromatic Colors of #3DCFCA
Black with #3DCFCA
Text Example
Text Example
White with #3DCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFCA; }
p { color: rgb(61,207,202); }
H1.HeaderClassName
{
color: #3DCFCA;
}
.AnyTagClassName
{
color: #3DCFCA;
}
</style>
background-color css
<style>
a { background-color: #3DCFCA; }
a { background-color: rgb(61,207,202); }
div.DivClassName
{
background-color: #3DCFCA;
}
.BgClassName
{
background-color: #3DCFCA;
}
</style>
border-color css
<style>
span { border-color: #3DCFCA; }
span { border-color: rgb(61,207,202); }
td.TdClassName
{
border-color: #3DCFCA;
}
.TagClassName
{
border-color: #3DCFCA;
}
</style>