Shades of Turquoise #41DBF1
Tints of Turquoise #41DBF1
RGB
CMYK
RGB Variations
Color information
#41DBF1 (or 0x41DBF1) is known color: Turquoise. HEX triplet: 41, DB and F1. RGB value is (65,219,241). Sum of RGB (Red+Green+Blue) = 65+219+241=525 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.38% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #41DBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBF1 is #BE240E. Grayscale: #AFAFAF. Windows color (decimal): -12461071 or 15850305. OLE color: 15850305.
HSL color Cylindrical-coordinate representation of color #41DBF1: hue angle of 187.5º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DBF1 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 219 | 241 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.05 |
| HSL | 187.5º | 0.86% | 0.6% | - |
| HSV(B) | 187.5º | 0.73% | 0.95% | - |
| XYZ | 43.39 | 58.14 | 92.15 | - |
| YUV | 175.46 | 164.98 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 241 | 0.73 | 0.09 | 0 | 0.05 | 187.5 | 0.86 | 0.6 |
| Hex | 41 | DB | F1 | 49 | 9 | 0 | 5 | BC | 56 | 3C |
| Octal | 101 | 333 | 361 | 111 | 11 | 0 | 5 | 274 | 126 | 74 |
| Binary | 1000001 | 11011011 | 11110001 | 1001001 | 1001 | 0 | 101 | 10111100 | 1010110 | 111100 |
Color Harmonies of #41DBF1
Complementary color
Monochromatic Colors of #41DBF1
Black with #41DBF1
Text Example
Text Example
White with #41DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBF1; }
p { color: rgb(65,219,241); }
H1.HeaderClassName
{
color: #41DBF1;
}
.AnyTagClassName
{
color: #41DBF1;
}
</style>
background-color css
<style>
a { background-color: #41DBF1; }
a { background-color: rgb(65,219,241); }
div.DivClassName
{
background-color: #41DBF1;
}
.BgClassName
{
background-color: #41DBF1;
}
</style>
border-color css
<style>
span { border-color: #41DBF1; }
span { border-color: rgb(65,219,241); }
td.TdClassName
{
border-color: #41DBF1;
}
.TagClassName
{
border-color: #41DBF1;
}
</style>