Shades of Turquoise #41FBDB
Tints of Turquoise #41FBDB
RGB
CMYK
RGB Variations
Color information
#41FBDB (or 0x41FBDB) is known color: Turquoise. HEX triplet: 41, FB and DB. RGB value is (65,251,219). Sum of RGB (Red+Green+Blue) = 65+251+219=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBDB is #BE0424. Grayscale: #BFBFBF. Windows color (decimal): -12452901 or 14416705. OLE color: 14416705.
HSL color Cylindrical-coordinate representation of color #41FBDB: hue angle of 169.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FBDB is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 219 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.02 |
| HSL | 169.68º | 0.96% | 0.62% | - |
| HSV(B) | 169.68º | 0.74% | 0.98% | - |
| XYZ | 49.46 | 75.23 | 78.93 | - |
| YUV | 191.74 | 143.38 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 219 | 0.74 | 0 | 0.13 | 0.02 | 169.68 | 0.96 | 0.62 |
| Hex | 41 | FB | DB | 4A | 0 | D | 2 | AA | 60 | 3E |
| Octal | 101 | 373 | 333 | 112 | 0 | 15 | 2 | 252 | 140 | 76 |
| Binary | 1000001 | 11111011 | 11011011 | 1001010 | 0 | 1101 | 10 | 10101010 | 1100000 | 111110 |
Color Harmonies of #41FBDB
Complementary color
Monochromatic Colors of #41FBDB
Black with #41FBDB
Text Example
Text Example
White with #41FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBDB; }
p { color: rgb(65,251,219); }
H1.HeaderClassName
{
color: #41FBDB;
}
.AnyTagClassName
{
color: #41FBDB;
}
</style>
background-color css
<style>
a { background-color: #41FBDB; }
a { background-color: rgb(65,251,219); }
div.DivClassName
{
background-color: #41FBDB;
}
.BgClassName
{
background-color: #41FBDB;
}
</style>
border-color css
<style>
span { border-color: #41FBDB; }
span { border-color: rgb(65,251,219); }
td.TdClassName
{
border-color: #41FBDB;
}
.TagClassName
{
border-color: #41FBDB;
}
</style>