Shades of Turquoise #41FDDB
Tints of Turquoise #41FDDB
RGB
CMYK
RGB Variations
Color information
#41FDDB (or 0x41FDDB) is known color: Turquoise. HEX triplet: 41, FD and DB. RGB value is (65,253,219). Sum of RGB (Red+Green+Blue) = 65+253+219=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDDB is #BE0224. Grayscale: #C0C0C0. Windows color (decimal): -12452389 or 14417217. OLE color: 14417217.
HSL color Cylindrical-coordinate representation of color #41FDDB: hue angle of 169.15º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FDDB is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 219 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.01 |
| HSL | 169.15º | 0.98% | 0.62% | - |
| HSV(B) | 169.15º | 0.74% | 0.99% | - |
| XYZ | 50.09 | 76.49 | 79.14 | - |
| YUV | 192.91 | 142.72 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 219 | 0.74 | 0 | 0.13 | 0.01 | 169.15 | 0.98 | 0.62 |
| Hex | 41 | FD | DB | 4A | 0 | D | 1 | A9 | 62 | 3E |
| Octal | 101 | 375 | 333 | 112 | 0 | 15 | 1 | 251 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11011011 | 1001010 | 0 | 1101 | 1 | 10101001 | 1100010 | 111110 |
Color Harmonies of #41FDDB
Complementary color
Monochromatic Colors of #41FDDB
Black with #41FDDB
Text Example
Text Example
White with #41FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDDB; }
p { color: rgb(65,253,219); }
H1.HeaderClassName
{
color: #41FDDB;
}
.AnyTagClassName
{
color: #41FDDB;
}
</style>
background-color css
<style>
a { background-color: #41FDDB; }
a { background-color: rgb(65,253,219); }
div.DivClassName
{
background-color: #41FDDB;
}
.BgClassName
{
background-color: #41FDDB;
}
</style>
border-color css
<style>
span { border-color: #41FDDB; }
span { border-color: rgb(65,253,219); }
td.TdClassName
{
border-color: #41FDDB;
}
.TagClassName
{
border-color: #41FDDB;
}
</style>