Shades of Turquoise #41FCEE
Tints of Turquoise #41FCEE
RGB
CMYK
RGB Variations
Color information
#41FCEE (or 0x41FCEE) is known color: Turquoise. HEX triplet: 41, FC and EE. RGB value is (65,252,238). Sum of RGB (Red+Green+Blue) = 65+252+238=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCEE is #BE0311. Grayscale: #C2C2C2. Windows color (decimal): -12452626 or 15662145. OLE color: 15662145.
HSL color Cylindrical-coordinate representation of color #41FCEE: hue angle of 175.51º 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 #41FCEE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 238 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.01 |
| HSL | 175.51º | 0.97% | 0.62% | - |
| HSV(B) | 175.51º | 0.74% | 0.99% | - |
| XYZ | 52.42 | 76.92 | 92.97 | - |
| YUV | 194.49 | 152.55 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 238 | 0.74 | 0 | 0.06 | 0.01 | 175.51 | 0.97 | 0.62 |
| Hex | 41 | FC | EE | 4A | 0 | 6 | 1 | B0 | 61 | 3E |
| Octal | 101 | 374 | 356 | 112 | 0 | 6 | 1 | 260 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11101110 | 1001010 | 0 | 110 | 1 | 10110000 | 1100001 | 111110 |
Color Harmonies of #41FCEE
Complementary color
Monochromatic Colors of #41FCEE
Black with #41FCEE
Text Example
Text Example
White with #41FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCEE; }
p { color: rgb(65,252,238); }
H1.HeaderClassName
{
color: #41FCEE;
}
.AnyTagClassName
{
color: #41FCEE;
}
</style>
background-color css
<style>
a { background-color: #41FCEE; }
a { background-color: rgb(65,252,238); }
div.DivClassName
{
background-color: #41FCEE;
}
.BgClassName
{
background-color: #41FCEE;
}
</style>
border-color css
<style>
span { border-color: #41FCEE; }
span { border-color: rgb(65,252,238); }
td.TdClassName
{
border-color: #41FCEE;
}
.TagClassName
{
border-color: #41FCEE;
}
</style>