Shades of Medium Turquoise #41CBDB
Tints of Medium Turquoise #41CBDB
RGB
CMYK
RGB Variations
Color information
#41CBDB (or 0x41CBDB) is known color: Medium Turquoise. HEX triplet: 41, CB and DB. RGB value is (65,203,219). Sum of RGB (Red+Green+Blue) = 65+203+219=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #41CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBDB is #BE3424. Grayscale: #A3A3A3. Windows color (decimal): -12465189 or 14404417. OLE color: 14404417.
HSL color Cylindrical-coordinate representation of color #41CBDB: hue angle of 186.23º degrees, saturation: 0.68, 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 #41CBDB is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 203 | 219 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.14 |
| HSL | 186.23º | 0.68% | 0.56% | - |
| HSV(B) | 186.23º | 0.7% | 0.86% | - |
| XYZ | 36.32 | 48.95 | 74.55 | - |
| YUV | 163.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 203 | 219 | 0.70 | 0.07 | 0 | 0.14 | 186.23 | 0.68 | 0.56 |
| Hex | 41 | CB | DB | 46 | 7 | 0 | E | BA | 44 | 38 |
| Octal | 101 | 313 | 333 | 106 | 7 | 0 | 16 | 272 | 104 | 70 |
| Binary | 1000001 | 11001011 | 11011011 | 1000110 | 111 | 0 | 1110 | 10111010 | 1000100 | 111000 |
Color Harmonies of #41CBDB
Complementary color
Monochromatic Colors of #41CBDB
Black with #41CBDB
Text Example
Text Example
White with #41CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CBDB; }
p { color: rgb(65,203,219); }
H1.HeaderClassName
{
color: #41CBDB;
}
.AnyTagClassName
{
color: #41CBDB;
}
</style>
background-color css
<style>
a { background-color: #41CBDB; }
a { background-color: rgb(65,203,219); }
div.DivClassName
{
background-color: #41CBDB;
}
.BgClassName
{
background-color: #41CBDB;
}
</style>
border-color css
<style>
span { border-color: #41CBDB; }
span { border-color: rgb(65,203,219); }
td.TdClassName
{
border-color: #41CBDB;
}
.TagClassName
{
border-color: #41CBDB;
}
</style>