Shades of Turquoise #41DBEF
Tints of Turquoise #41DBEF
RGB
CMYK
RGB Variations
Color information
#41DBEF (or 0x41DBEF) is known color: Turquoise. HEX triplet: 41, DB and EF. RGB value is (65,219,239). Sum of RGB (Red+Green+Blue) = 65+219+239=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #41DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBEF is #BE2410. Grayscale: #AEAEAE. Windows color (decimal): -12461073 or 15719233. OLE color: 15719233.
HSL color Cylindrical-coordinate representation of color #41DBEF: hue angle of 186.9º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DBEF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 219 | 239 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.06 |
| HSL | 186.9º | 0.84% | 0.6% | - |
| HSV(B) | 186.9º | 0.73% | 0.94% | - |
| XYZ | 43.09 | 58.02 | 90.59 | - |
| YUV | 175.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 239 | 0.73 | 0.08 | 0 | 0.06 | 186.9 | 0.84 | 0.6 |
| Hex | 41 | DB | EF | 49 | 8 | 0 | 6 | BB | 54 | 3C |
| Octal | 101 | 333 | 357 | 111 | 10 | 0 | 6 | 273 | 124 | 74 |
| Binary | 1000001 | 11011011 | 11101111 | 1001001 | 1000 | 0 | 110 | 10111011 | 1010100 | 111100 |
Color Harmonies of #41DBEF
Complementary color
Monochromatic Colors of #41DBEF
Black with #41DBEF
Text Example
Text Example
White with #41DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBEF; }
p { color: rgb(65,219,239); }
H1.HeaderClassName
{
color: #41DBEF;
}
.AnyTagClassName
{
color: #41DBEF;
}
</style>
background-color css
<style>
a { background-color: #41DBEF; }
a { background-color: rgb(65,219,239); }
div.DivClassName
{
background-color: #41DBEF;
}
.BgClassName
{
background-color: #41DBEF;
}
</style>
border-color css
<style>
span { border-color: #41DBEF; }
span { border-color: rgb(65,219,239); }
td.TdClassName
{
border-color: #41DBEF;
}
.TagClassName
{
border-color: #41DBEF;
}
</style>