Shades of Turquoise #41FCED
Tints of Turquoise #41FCED
RGB
CMYK
RGB Variations
Color information
#41FCED (or 0x41FCED) is known color: Turquoise. HEX triplet: 41, FC and ED. RGB value is (65,252,237). Sum of RGB (Red+Green+Blue) = 65+252+237=554 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.73% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCED is #BE0312. Grayscale: #C2C2C2. Windows color (decimal): -12452627 or 15596609. OLE color: 15596609.
HSL color Cylindrical-coordinate representation of color #41FCED: hue angle of 175.19º 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 #41FCED is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 237 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.01 |
| HSL | 175.19º | 0.97% | 0.62% | - |
| HSV(B) | 175.19º | 0.74% | 0.99% | - |
| XYZ | 52.28 | 76.86 | 92.2 | - |
| YUV | 194.38 | 152.05 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 237 | 0.74 | 0 | 0.06 | 0.01 | 175.19 | 0.97 | 0.62 |
| Hex | 41 | FC | ED | 4A | 0 | 6 | 1 | AF | 61 | 3E |
| Octal | 101 | 374 | 355 | 112 | 0 | 6 | 1 | 257 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11101101 | 1001010 | 0 | 110 | 1 | 10101111 | 1100001 | 111110 |
Color Harmonies of #41FCED
Complementary color
Monochromatic Colors of #41FCED
Black with #41FCED
Text Example
Text Example
White with #41FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCED; }
p { color: rgb(65,252,237); }
H1.HeaderClassName
{
color: #41FCED;
}
.AnyTagClassName
{
color: #41FCED;
}
</style>
background-color css
<style>
a { background-color: #41FCED; }
a { background-color: rgb(65,252,237); }
div.DivClassName
{
background-color: #41FCED;
}
.BgClassName
{
background-color: #41FCED;
}
</style>
border-color css
<style>
span { border-color: #41FCED; }
span { border-color: rgb(65,252,237); }
td.TdClassName
{
border-color: #41FCED;
}
.TagClassName
{
border-color: #41FCED;
}
</style>