Shades of Turquoise #41FCEB
Tints of Turquoise #41FCEB
RGB
CMYK
RGB Variations
Color information
#41FCEB (or 0x41FCEB) is known color: Turquoise. HEX triplet: 41, FC and EB. RGB value is (65,252,235). Sum of RGB (Red+Green+Blue) = 65+252+235=552 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.78% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCEB is #BE0314. Grayscale: #C2C2C2. Windows color (decimal): -12452629 or 15465537. OLE color: 15465537.
HSL color Cylindrical-coordinate representation of color #41FCEB: hue angle of 174.55º 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 #41FCEB is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 235 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.01 |
| HSL | 174.55º | 0.97% | 0.62% | - |
| HSV(B) | 174.55º | 0.74% | 0.99% | - |
| XYZ | 51.99 | 76.74 | 90.67 | - |
| YUV | 194.15 | 151.05 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 235 | 0.74 | 0 | 0.07 | 0.01 | 174.55 | 0.97 | 0.62 |
| Hex | 41 | FC | EB | 4A | 0 | 7 | 1 | AF | 61 | 3E |
| Octal | 101 | 374 | 353 | 112 | 0 | 7 | 1 | 257 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11101011 | 1001010 | 0 | 111 | 1 | 10101111 | 1100001 | 111110 |
Color Harmonies of #41FCEB
Complementary color
Monochromatic Colors of #41FCEB
Black with #41FCEB
Text Example
Text Example
White with #41FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCEB; }
p { color: rgb(65,252,235); }
H1.HeaderClassName
{
color: #41FCEB;
}
.AnyTagClassName
{
color: #41FCEB;
}
</style>
background-color css
<style>
a { background-color: #41FCEB; }
a { background-color: rgb(65,252,235); }
div.DivClassName
{
background-color: #41FCEB;
}
.BgClassName
{
background-color: #41FCEB;
}
</style>
border-color css
<style>
span { border-color: #41FCEB; }
span { border-color: rgb(65,252,235); }
td.TdClassName
{
border-color: #41FCEB;
}
.TagClassName
{
border-color: #41FCEB;
}
</style>