Shades of Turquoise #41FCCC
Tints of Turquoise #41FCCC
RGB
CMYK
RGB Variations
Color information
#41FCCC (or 0x41FCCC) is known color: Turquoise. HEX triplet: 41, FC and CC. RGB value is (65,252,204). Sum of RGB (Red+Green+Blue) = 65+252+204=521 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.48% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCCC is #BE0333. Grayscale: #BEBEBE. Windows color (decimal): -12452660 or 13433921. OLE color: 13433921.
HSL color Cylindrical-coordinate representation of color #41FCCC: hue angle of 164.6º 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 #41FCCC is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 204 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.01 |
| HSL | 164.6º | 0.97% | 0.62% | - |
| HSV(B) | 164.6º | 0.74% | 0.99% | - |
| XYZ | 47.89 | 75.1 | 69.1 | - |
| YUV | 190.62 | 135.55 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 204 | 0.74 | 0 | 0.19 | 0.01 | 164.6 | 0.97 | 0.62 |
| Hex | 41 | FC | CC | 4A | 0 | 13 | 1 | A5 | 61 | 3E |
| Octal | 101 | 374 | 314 | 112 | 0 | 23 | 1 | 245 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11001100 | 1001010 | 0 | 10011 | 1 | 10100101 | 1100001 | 111110 |
Color Harmonies of #41FCCC
Complementary color
Monochromatic Colors of #41FCCC
Black with #41FCCC
Text Example
Text Example
White with #41FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCCC; }
p { color: rgb(65,252,204); }
H1.HeaderClassName
{
color: #41FCCC;
}
.AnyTagClassName
{
color: #41FCCC;
}
</style>
background-color css
<style>
a { background-color: #41FCCC; }
a { background-color: rgb(65,252,204); }
div.DivClassName
{
background-color: #41FCCC;
}
.BgClassName
{
background-color: #41FCCC;
}
</style>
border-color css
<style>
span { border-color: #41FCCC; }
span { border-color: rgb(65,252,204); }
td.TdClassName
{
border-color: #41FCCC;
}
.TagClassName
{
border-color: #41FCCC;
}
</style>