Shades of Medium Turquoise #41CCD0
Tints of Medium Turquoise #41CCD0
RGB
CMYK
RGB Variations
Color information
#41CCD0 (or 0x41CCD0) is known color: Medium Turquoise. HEX triplet: 41, CC and D0. RGB value is (65,204,208). Sum of RGB (Red+Green+Blue) = 65+204+208=477 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.63% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #41CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCD0 is #BE332F. Grayscale: #A2A2A2. Windows color (decimal): -12464944 or 13683777. OLE color: 13683777.
HSL color Cylindrical-coordinate representation of color #41CCD0: hue angle of 181.68º degrees, saturation: 0.6, 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 #41CCD0 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 204 | 208 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.18 |
| HSL | 181.68º | 0.6% | 0.54% | - |
| HSV(B) | 181.68º | 0.69% | 0.82% | - |
| XYZ | 35.16 | 48.86 | 67.25 | - |
| YUV | 162.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 208 | 0.69 | 0.02 | 0 | 0.18 | 181.68 | 0.6 | 0.54 |
| Hex | 41 | CC | D0 | 45 | 2 | 0 | 12 | B6 | 3C | 36 |
| Octal | 101 | 314 | 320 | 105 | 2 | 0 | 22 | 266 | 74 | 66 |
| Binary | 1000001 | 11001100 | 11010000 | 1000101 | 10 | 0 | 10010 | 10110110 | 111100 | 110110 |
Color Harmonies of #41CCD0
Complementary color
Monochromatic Colors of #41CCD0
Black with #41CCD0
Text Example
Text Example
White with #41CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCD0; }
p { color: rgb(65,204,208); }
H1.HeaderClassName
{
color: #41CCD0;
}
.AnyTagClassName
{
color: #41CCD0;
}
</style>
background-color css
<style>
a { background-color: #41CCD0; }
a { background-color: rgb(65,204,208); }
div.DivClassName
{
background-color: #41CCD0;
}
.BgClassName
{
background-color: #41CCD0;
}
</style>
border-color css
<style>
span { border-color: #41CCD0; }
span { border-color: rgb(65,204,208); }
td.TdClassName
{
border-color: #41CCD0;
}
.TagClassName
{
border-color: #41CCD0;
}
</style>