Shades of Turquoise #41FCF3
Tints of Turquoise #41FCF3
RGB
CMYK
RGB Variations
Color information
#41FCF3 (or 0x41FCF3) is known color: Turquoise. HEX triplet: 41, FC and F3. RGB value is (65,252,243). Sum of RGB (Red+Green+Blue) = 65+252+243=560 (74% of max value = 765). Red value is 65 (25.78% from 255 or 11.61% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCF3 is #BE030C. Grayscale: #C2C2C2. Windows color (decimal): -12452621 or 15989825. OLE color: 15989825.
HSL color Cylindrical-coordinate representation of color #41FCF3: hue angle of 177.11º 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 #41FCF3 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 243 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.01 |
| HSL | 177.11º | 0.97% | 0.62% | - |
| HSV(B) | 177.11º | 0.74% | 0.99% | - |
| XYZ | 53.17 | 77.22 | 96.9 | - |
| YUV | 195.06 | 155.05 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 243 | 0.74 | 0 | 0.04 | 0.01 | 177.11 | 0.97 | 0.62 |
| Hex | 41 | FC | F3 | 4A | 0 | 4 | 1 | B1 | 61 | 3E |
| Octal | 101 | 374 | 363 | 112 | 0 | 4 | 1 | 261 | 141 | 76 |
| Binary | 1000001 | 11111100 | 11110011 | 1001010 | 0 | 100 | 1 | 10110001 | 1100001 | 111110 |
Color Harmonies of #41FCF3
Complementary color
Monochromatic Colors of #41FCF3
Black with #41FCF3
Text Example
Text Example
White with #41FCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCF3; }
p { color: rgb(65,252,243); }
H1.HeaderClassName
{
color: #41FCF3;
}
.AnyTagClassName
{
color: #41FCF3;
}
</style>
background-color css
<style>
a { background-color: #41FCF3; }
a { background-color: rgb(65,252,243); }
div.DivClassName
{
background-color: #41FCF3;
}
.BgClassName
{
background-color: #41FCF3;
}
</style>
border-color css
<style>
span { border-color: #41FCF3; }
span { border-color: rgb(65,252,243); }
td.TdClassName
{
border-color: #41FCF3;
}
.TagClassName
{
border-color: #41FCF3;
}
</style>