Shades of Medium Turquoise #41CDD2
Tints of Medium Turquoise #41CDD2
RGB
CMYK
RGB Variations
Color information
#41CDD2 (or 0x41CDD2) is known color: Medium Turquoise. HEX triplet: 41, CD and D2. RGB value is (65,205,210). Sum of RGB (Red+Green+Blue) = 65+205+210=480 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.54% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #41CDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDD2 is #BE322D. Grayscale: #A3A3A3. Windows color (decimal): -12464686 or 13815105. OLE color: 13815105.
HSL color Cylindrical-coordinate representation of color #41CDD2: hue angle of 182.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CDD2 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 205 | 210 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.18 |
| HSL | 182.07º | 0.62% | 0.54% | - |
| HSV(B) | 182.07º | 0.69% | 0.82% | - |
| XYZ | 35.64 | 49.44 | 68.64 | - |
| YUV | 163.71 | 154.12 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 205 | 210 | 0.69 | 0.02 | 0 | 0.18 | 182.07 | 0.62 | 0.54 |
| Hex | 41 | CD | D2 | 45 | 2 | 0 | 12 | B6 | 3E | 36 |
| Octal | 101 | 315 | 322 | 105 | 2 | 0 | 22 | 266 | 76 | 66 |
| Binary | 1000001 | 11001101 | 11010010 | 1000101 | 10 | 0 | 10010 | 10110110 | 111110 | 110110 |
Color Harmonies of #41CDD2
Complementary color
Monochromatic Colors of #41CDD2
Black with #41CDD2
Text Example
Text Example
White with #41CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CDD2; }
p { color: rgb(65,205,210); }
H1.HeaderClassName
{
color: #41CDD2;
}
.AnyTagClassName
{
color: #41CDD2;
}
</style>
background-color css
<style>
a { background-color: #41CDD2; }
a { background-color: rgb(65,205,210); }
div.DivClassName
{
background-color: #41CDD2;
}
.BgClassName
{
background-color: #41CDD2;
}
</style>
border-color css
<style>
span { border-color: #41CDD2; }
span { border-color: rgb(65,205,210); }
td.TdClassName
{
border-color: #41CDD2;
}
.TagClassName
{
border-color: #41CDD2;
}
</style>