Shades of Turquoise #41DADB
Tints of Turquoise #41DADB
RGB
CMYK
RGB Variations
Color information
#41DADB (or 0x41DADB) is known color: Turquoise. HEX triplet: 41, DA and DB. RGB value is (65,218,219). Sum of RGB (Red+Green+Blue) = 65+218+219=502 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.95% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #41DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DADB is #BE2524. Grayscale: #ACACAC. Windows color (decimal): -12461349 or 14408257. OLE color: 14408257.
HSL color Cylindrical-coordinate representation of color #41DADB: hue angle of 180.39º 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 #41DADB is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 218 | 219 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.14 |
| HSL | 180.39º | 0.68% | 0.56% | - |
| HSV(B) | 180.39º | 0.7% | 0.86% | - |
| XYZ | 40.04 | 56.38 | 75.79 | - |
| YUV | 172.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 219 | 0.70 | 0.00 | 0 | 0.14 | 180.39 | 0.68 | 0.56 |
| Hex | 41 | DA | DB | 46 | 0 | 0 | E | B4 | 44 | 38 |
| Octal | 101 | 332 | 333 | 106 | 0 | 0 | 16 | 264 | 104 | 70 |
| Binary | 1000001 | 11011010 | 11011011 | 1000110 | 0 | 0 | 1110 | 10110100 | 1000100 | 111000 |
Color Harmonies of #41DADB
Complementary color
Monochromatic Colors of #41DADB
Black with #41DADB
Text Example
Text Example
White with #41DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DADB; }
p { color: rgb(65,218,219); }
H1.HeaderClassName
{
color: #41DADB;
}
.AnyTagClassName
{
color: #41DADB;
}
</style>
background-color css
<style>
a { background-color: #41DADB; }
a { background-color: rgb(65,218,219); }
div.DivClassName
{
background-color: #41DADB;
}
.BgClassName
{
background-color: #41DADB;
}
</style>
border-color css
<style>
span { border-color: #41DADB; }
span { border-color: rgb(65,218,219); }
td.TdClassName
{
border-color: #41DADB;
}
.TagClassName
{
border-color: #41DADB;
}
</style>