Shades of Turquoise #41FCDD
Tints of Turquoise #41FCDD
RGB
CMYK
RGB Variations
Color information
#41FCDD (or 0x41FCDD) is known color: Turquoise. HEX triplet: 41, FC and DD. RGB value is (65,252,221). Sum of RGB (Red+Green+Blue) = 65+252+221=538 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.08% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCDD is #BE0322. Grayscale: #C0C0C0. Windows color (decimal): -12452643 or 14548033. OLE color: 14548033.
HSL color Cylindrical-coordinate representation of color #41FCDD: hue angle of 170.05º degrees, saturation: 0.97, 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 #41FCDD is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 221 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.01 |
| HSL | 170.05º | 0.97% | 0.62% | - |
| HSV(B) | 170.05º | 0.74% | 0.99% | - |
| XYZ | 50.04 | 75.97 | 80.43 | - |
| YUV | 192.55 | 144.05 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 221 | 0.74 | 0 | 0.12 | 0.01 | 170.05 | 0.97 | 0.62 |
| Hex | 41 | FC | DD | 4A | 0 | C | 1 | AA | 61 | 3E |
| Octal | 101 | 374 | 335 | 112 | 0 | 14 | 1 | 252 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11011101 | 1001010 | 0 | 1100 | 1 | 10101010 | 1100001 | 111110 |
Color Harmonies of #41FCDD
Complementary color
Monochromatic Colors of #41FCDD
Black with #41FCDD
Text Example
Text Example
White with #41FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCDD; }
p { color: rgb(65,252,221); }
H1.HeaderClassName
{
color: #41FCDD;
}
.AnyTagClassName
{
color: #41FCDD;
}
</style>
background-color css
<style>
a { background-color: #41FCDD; }
a { background-color: rgb(65,252,221); }
div.DivClassName
{
background-color: #41FCDD;
}
.BgClassName
{
background-color: #41FCDD;
}
</style>
border-color css
<style>
span { border-color: #41FCDD; }
span { border-color: rgb(65,252,221); }
td.TdClassName
{
border-color: #41FCDD;
}
.TagClassName
{
border-color: #41FCDD;
}
</style>