Shades of Medium Turquoise #3CCBD2
Tints of Medium Turquoise #3CCBD2
RGB
CMYK
RGB Variations
Color information
#3CCBD2 (or 0x3CCBD2) is known color: Medium Turquoise. HEX triplet: 3C, CB and D2. RGB value is (60,203,210). Sum of RGB (Red+Green+Blue) = 60+203+210=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #3CCBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBD2 is #C3342D. Grayscale: #A0A0A0. Windows color (decimal): -12792878 or 13814588. OLE color: 13814588.
HSL color Cylindrical-coordinate representation of color #3CCBD2: hue angle of 182.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCBD2 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 203 | 210 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.18 |
| HSL | 182.8º | 0.63% | 0.53% | - |
| HSV(B) | 182.8º | 0.71% | 0.82% | - |
| XYZ | 34.85 | 48.33 | 68.46 | - |
| YUV | 161.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 210 | 0.71 | 0.03 | 0 | 0.18 | 182.8 | 0.63 | 0.53 |
| Hex | 3C | CB | D2 | 47 | 3 | 0 | 12 | B7 | 3E | 35 |
| Octal | 74 | 313 | 322 | 107 | 3 | 0 | 22 | 267 | 76 | 65 |
| Binary | 111100 | 11001011 | 11010010 | 1000111 | 11 | 0 | 10010 | 10110111 | 111110 | 110101 |
Color Harmonies of #3CCBD2
Complementary color
Monochromatic Colors of #3CCBD2
Black with #3CCBD2
Text Example
Text Example
White with #3CCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBD2; }
p { color: rgb(60,203,210); }
H1.HeaderClassName
{
color: #3CCBD2;
}
.AnyTagClassName
{
color: #3CCBD2;
}
</style>
background-color css
<style>
a { background-color: #3CCBD2; }
a { background-color: rgb(60,203,210); }
div.DivClassName
{
background-color: #3CCBD2;
}
.BgClassName
{
background-color: #3CCBD2;
}
</style>
border-color css
<style>
span { border-color: #3CCBD2; }
span { border-color: rgb(60,203,210); }
td.TdClassName
{
border-color: #3CCBD2;
}
.TagClassName
{
border-color: #3CCBD2;
}
</style>