Shades of Turquoise #41FBBC
Tints of Turquoise #41FBBC
RGB
CMYK
RGB Variations
Color information
#41FBBC (or 0x41FBBC) is known color: Turquoise. HEX triplet: 41, FB and BC. RGB value is (65,251,188). Sum of RGB (Red+Green+Blue) = 65+251+188=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBBC is #BE0443. Grayscale: #BCBCBC. Windows color (decimal): -12452932 or 12385089. OLE color: 12385089.
HSL color Cylindrical-coordinate representation of color #41FBBC: hue angle of 159.68º 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 #41FBBC is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 188 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.02 |
| HSL | 159.68º | 0.96% | 0.62% | - |
| HSV(B) | 159.68º | 0.74% | 0.98% | - |
| XYZ | 45.75 | 73.75 | 59.4 | - |
| YUV | 188.2 | 127.88 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 188 | 0.74 | 0 | 0.25 | 0.02 | 159.68 | 0.96 | 0.62 |
| Hex | 41 | FB | BC | 4A | 0 | 19 | 2 | A0 | 60 | 3E |
| Octal | 101 | 373 | 274 | 112 | 0 | 31 | 2 | 240 | 140 | 76 |
| Binary | 1000001 | 11111011 | 10111100 | 1001010 | 0 | 11001 | 10 | 10100000 | 1100000 | 111110 |
Color Harmonies of #41FBBC
Complementary color
Monochromatic Colors of #41FBBC
Black with #41FBBC
Text Example
Text Example
White with #41FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBBC; }
p { color: rgb(65,251,188); }
H1.HeaderClassName
{
color: #41FBBC;
}
.AnyTagClassName
{
color: #41FBBC;
}
</style>
background-color css
<style>
a { background-color: #41FBBC; }
a { background-color: rgb(65,251,188); }
div.DivClassName
{
background-color: #41FBBC;
}
.BgClassName
{
background-color: #41FBBC;
}
</style>
border-color css
<style>
span { border-color: #41FBBC; }
span { border-color: rgb(65,251,188); }
td.TdClassName
{
border-color: #41FBBC;
}
.TagClassName
{
border-color: #41FBBC;
}
</style>