Shades of Turquoise #41FDCE
Tints of Turquoise #41FDCE
RGB
CMYK
RGB Variations
Color information
#41FDCE (or 0x41FDCE) is known color: Turquoise. HEX triplet: 41, FD and CE. RGB value is (65,253,206). Sum of RGB (Red+Green+Blue) = 65+253+206=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDCE is #BE0231. Grayscale: #BFBFBF. Windows color (decimal): -12452402 or 13565249. OLE color: 13565249.
HSL color Cylindrical-coordinate representation of color #41FDCE: hue angle of 165º 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 #41FDCE is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 206 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.01 |
| HSL | 165º | 0.98% | 0.62% | - |
| HSV(B) | 165º | 0.74% | 0.99% | - |
| XYZ | 48.45 | 75.83 | 70.48 | - |
| YUV | 191.43 | 136.22 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 206 | 0.74 | 0 | 0.19 | 0.01 | 165 | 0.98 | 0.62 |
| Hex | 41 | FD | CE | 4A | 0 | 13 | 1 | A5 | 62 | 3E |
| Octal | 101 | 375 | 316 | 112 | 0 | 23 | 1 | 245 | 142 | 76 |
| Binary | 1000001 | 11111101 | 11001110 | 1001010 | 0 | 10011 | 1 | 10100101 | 1100010 | 111110 |
Color Harmonies of #41FDCE
Complementary color
Monochromatic Colors of #41FDCE
Black with #41FDCE
Text Example
Text Example
White with #41FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDCE; }
p { color: rgb(65,253,206); }
H1.HeaderClassName
{
color: #41FDCE;
}
.AnyTagClassName
{
color: #41FDCE;
}
</style>
background-color css
<style>
a { background-color: #41FDCE; }
a { background-color: rgb(65,253,206); }
div.DivClassName
{
background-color: #41FDCE;
}
.BgClassName
{
background-color: #41FDCE;
}
</style>
border-color css
<style>
span { border-color: #41FDCE; }
span { border-color: rgb(65,253,206); }
td.TdClassName
{
border-color: #41FDCE;
}
.TagClassName
{
border-color: #41FDCE;
}
</style>