Shades of Turquoise #41DBCA
Tints of Turquoise #41DBCA
RGB
CMYK
RGB Variations
Color information
#41DBCA (or 0x41DBCA) is known color: Turquoise. HEX triplet: 41, DB and CA. RGB value is (65,219,202). Sum of RGB (Red+Green+Blue) = 65+219+202=486 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.37% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBCA is #BE2435. Grayscale: #AAAAAA. Windows color (decimal): -12461110 or 13294401. OLE color: 13294401.
HSL color Cylindrical-coordinate representation of color #41DBCA: hue angle of 173.38º 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 #41DBCA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 202 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.14 |
| HSL | 173.38º | 0.68% | 0.56% | - |
| HSV(B) | 173.38º | 0.7% | 0.86% | - |
| XYZ | 38.17 | 56.05 | 64.68 | - |
| YUV | 171.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 202 | 0.70 | 0 | 0.08 | 0.14 | 173.38 | 0.68 | 0.56 |
| Hex | 41 | DB | CA | 46 | 0 | 8 | E | AD | 44 | 38 |
| Octal | 101 | 333 | 312 | 106 | 0 | 10 | 16 | 255 | 104 | 70 |
| Binary | 1000001 | 11011011 | 11001010 | 1000110 | 0 | 1000 | 1110 | 10101101 | 1000100 | 111000 |
Color Harmonies of #41DBCA
Complementary color
Monochromatic Colors of #41DBCA
Black with #41DBCA
Text Example
Text Example
White with #41DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBCA; }
p { color: rgb(65,219,202); }
H1.HeaderClassName
{
color: #41DBCA;
}
.AnyTagClassName
{
color: #41DBCA;
}
</style>
background-color css
<style>
a { background-color: #41DBCA; }
a { background-color: rgb(65,219,202); }
div.DivClassName
{
background-color: #41DBCA;
}
.BgClassName
{
background-color: #41DBCA;
}
</style>
border-color css
<style>
span { border-color: #41DBCA; }
span { border-color: rgb(65,219,202); }
td.TdClassName
{
border-color: #41DBCA;
}
.TagClassName
{
border-color: #41DBCA;
}
</style>