Shades of Medium Turquoise #41CBDD
Tints of Medium Turquoise #41CBDD
RGB
CMYK
RGB Variations
Color information
#41CBDD (or 0x41CBDD) is known color: Medium Turquoise. HEX triplet: 41, CB and DD. RGB value is (65,203,221). Sum of RGB (Red+Green+Blue) = 65+203+221=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #41CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBDD is #BE3422. Grayscale: #A3A3A3. Windows color (decimal): -12465187 or 14535489. OLE color: 14535489.
HSL color Cylindrical-coordinate representation of color #41CBDD: hue angle of 186.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41CBDD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 203 | 221 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.13 |
| HSL | 186.92º | 0.7% | 0.56% | - |
| HSV(B) | 186.92º | 0.71% | 0.87% | - |
| XYZ | 36.59 | 49.06 | 75.95 | - |
| YUV | 163.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 221 | 0.71 | 0.08 | 0 | 0.13 | 186.92 | 0.7 | 0.56 |
| Hex | 41 | CB | DD | 47 | 8 | 0 | D | BB | 46 | 38 |
| Octal | 101 | 313 | 335 | 107 | 10 | 0 | 15 | 273 | 106 | 70 |
| Binary | 1000001 | 11001011 | 11011101 | 1000111 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111000 |
Color Harmonies of #41CBDD
Complementary color
Monochromatic Colors of #41CBDD
Black with #41CBDD
Text Example
Text Example
White with #41CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CBDD; }
p { color: rgb(65,203,221); }
H1.HeaderClassName
{
color: #41CBDD;
}
.AnyTagClassName
{
color: #41CBDD;
}
</style>
background-color css
<style>
a { background-color: #41CBDD; }
a { background-color: rgb(65,203,221); }
div.DivClassName
{
background-color: #41CBDD;
}
.BgClassName
{
background-color: #41CBDD;
}
</style>
border-color css
<style>
span { border-color: #41CBDD; }
span { border-color: rgb(65,203,221); }
td.TdClassName
{
border-color: #41CBDD;
}
.TagClassName
{
border-color: #41CBDD;
}
</style>