Shades of Medium Turquoise #3DCFCC
Tints of Medium Turquoise #3DCFCC
RGB
CMYK
RGB Variations
Color information
#3DCFCC (or 0x3DCFCC) is known color: Medium Turquoise. HEX triplet: 3D, CF and CC. RGB value is (61,207,204). Sum of RGB (Red+Green+Blue) = 61+207+204=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFCC is #C23033. Grayscale: #A2A2A2. Windows color (decimal): -12726324 or 13422397. OLE color: 13422397.
HSL color Cylindrical-coordinate representation of color #3DCFCC: hue angle of 178.77º 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 #3DCFCC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 204 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.19 |
| HSL | 178.77º | 0.6% | 0.53% | - |
| HSV(B) | 178.77º | 0.71% | 0.81% | - |
| XYZ | 35.14 | 49.98 | 64.92 | - |
| YUV | 163 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 204 | 0.71 | 0 | 0.01 | 0.19 | 178.77 | 0.6 | 0.53 |
| Hex | 3D | CF | CC | 47 | 0 | 1 | 13 | B3 | 3C | 35 |
| Octal | 75 | 317 | 314 | 107 | 0 | 1 | 23 | 263 | 74 | 65 |
| Binary | 111101 | 11001111 | 11001100 | 1000111 | 0 | 1 | 10011 | 10110011 | 111100 | 110101 |
Color Harmonies of #3DCFCC
Complementary color
Monochromatic Colors of #3DCFCC
Black with #3DCFCC
Text Example
Text Example
White with #3DCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFCC; }
p { color: rgb(61,207,204); }
H1.HeaderClassName
{
color: #3DCFCC;
}
.AnyTagClassName
{
color: #3DCFCC;
}
</style>
background-color css
<style>
a { background-color: #3DCFCC; }
a { background-color: rgb(61,207,204); }
div.DivClassName
{
background-color: #3DCFCC;
}
.BgClassName
{
background-color: #3DCFCC;
}
</style>
border-color css
<style>
span { border-color: #3DCFCC; }
span { border-color: rgb(61,207,204); }
td.TdClassName
{
border-color: #3DCFCC;
}
.TagClassName
{
border-color: #3DCFCC;
}
</style>