Shades of Turquoise #41FBF3
Tints of Turquoise #41FBF3
RGB
CMYK
RGB Variations
Color information
#41FBF3 (or 0x41FBF3) is known color: Turquoise. HEX triplet: 41, FB and F3. RGB value is (65,251,243). Sum of RGB (Red+Green+Blue) = 65+251+243=559 (74% of max value = 765). Red value is 65 (25.78% from 255 or 11.63% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FBF3 is #BE040C. Grayscale: #C2C2C2. Windows color (decimal): -12452877 or 15989569. OLE color: 15989569.
HSL color Cylindrical-coordinate representation of color #41FBF3: hue angle of 177.42º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FBF3 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 243 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.02 |
| HSL | 177.42º | 0.96% | 0.62% | - |
| HSV(B) | 177.42º | 0.74% | 0.98% | - |
| XYZ | 52.85 | 76.59 | 96.79 | - |
| YUV | 194.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 243 | 0.74 | 0 | 0.03 | 0.02 | 177.42 | 0.96 | 0.62 |
| Hex | 41 | FB | F3 | 4A | 0 | 3 | 2 | B1 | 60 | 3E |
| Octal | 101 | 373 | 363 | 112 | 0 | 3 | 2 | 261 | 140 | 76 |
| Binary | 1000001 | 11111011 | 11110011 | 1001010 | 0 | 11 | 10 | 10110001 | 1100000 | 111110 |
Color Harmonies of #41FBF3
Complementary color
Monochromatic Colors of #41FBF3
Black with #41FBF3
Text Example
Text Example
White with #41FBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBF3; }
p { color: rgb(65,251,243); }
H1.HeaderClassName
{
color: #41FBF3;
}
.AnyTagClassName
{
color: #41FBF3;
}
</style>
background-color css
<style>
a { background-color: #41FBF3; }
a { background-color: rgb(65,251,243); }
div.DivClassName
{
background-color: #41FBF3;
}
.BgClassName
{
background-color: #41FBF3;
}
</style>
border-color css
<style>
span { border-color: #41FBF3; }
span { border-color: rgb(65,251,243); }
td.TdClassName
{
border-color: #41FBF3;
}
.TagClassName
{
border-color: #41FBF3;
}
</style>