Shades of Medium Turquoise #41CBDC
Tints of Medium Turquoise #41CBDC
RGB
CMYK
RGB Variations
Color information
#41CBDC (or 0x41CBDC) is known color: Medium Turquoise. HEX triplet: 41, CB and DC. RGB value is (65,203,220). Sum of RGB (Red+Green+Blue) = 65+203+220=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #41CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBDC is #BE3423. Grayscale: #A3A3A3. Windows color (decimal): -12465188 or 14469953. OLE color: 14469953.
HSL color Cylindrical-coordinate representation of color #41CBDC: hue angle of 186.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CBDC is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 203 | 220 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.14 |
| HSL | 186.58º | 0.69% | 0.56% | - |
| HSV(B) | 186.58º | 0.7% | 0.86% | - |
| XYZ | 36.45 | 49 | 75.25 | - |
| YUV | 163.68 | 159.78 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 220 | 0.70 | 0.08 | 0 | 0.14 | 186.58 | 0.69 | 0.56 |
| Hex | 41 | CB | DC | 46 | 8 | 0 | E | BB | 45 | 38 |
| Octal | 101 | 313 | 334 | 106 | 10 | 0 | 16 | 273 | 105 | 70 |
| Binary | 1000001 | 11001011 | 11011100 | 1000110 | 1000 | 0 | 1110 | 10111011 | 1000101 | 111000 |
Color Harmonies of #41CBDC
Complementary color
Monochromatic Colors of #41CBDC
Black with #41CBDC
Text Example
Text Example
White with #41CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CBDC; }
p { color: rgb(65,203,220); }
H1.HeaderClassName
{
color: #41CBDC;
}
.AnyTagClassName
{
color: #41CBDC;
}
</style>
background-color css
<style>
a { background-color: #41CBDC; }
a { background-color: rgb(65,203,220); }
div.DivClassName
{
background-color: #41CBDC;
}
.BgClassName
{
background-color: #41CBDC;
}
</style>
border-color css
<style>
span { border-color: #41CBDC; }
span { border-color: rgb(65,203,220); }
td.TdClassName
{
border-color: #41CBDC;
}
.TagClassName
{
border-color: #41CBDC;
}
</style>