Shades of Turquoise #41FCBC
Tints of Turquoise #41FCBC
RGB
CMYK
RGB Variations
Color information
#41FCBC (or 0x41FCBC) is known color: Turquoise. HEX triplet: 41, FC and BC. RGB value is (65,252,188). Sum of RGB (Red+Green+Blue) = 65+252+188=505 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.87% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCBC is #BE0343. Grayscale: #BCBCBC. Windows color (decimal): -12452676 or 12385345. OLE color: 12385345.
HSL color Cylindrical-coordinate representation of color #41FCBC: hue angle of 159.47º 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 #41FCBC is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 188 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.01 |
| HSL | 159.47º | 0.97% | 0.62% | - |
| HSV(B) | 159.47º | 0.74% | 0.99% | - |
| XYZ | 46.07 | 74.38 | 59.5 | - |
| YUV | 188.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 188 | 0.74 | 0 | 0.25 | 0.01 | 159.47 | 0.97 | 0.62 |
| Hex | 41 | FC | BC | 4A | 0 | 19 | 1 | 9F | 61 | 3E |
| Octal | 101 | 374 | 274 | 112 | 0 | 31 | 1 | 237 | 141 | 76 |
| Binary | 1000001 | 11111100 | 10111100 | 1001010 | 0 | 11001 | 1 | 10011111 | 1100001 | 111110 |
Color Harmonies of #41FCBC
Complementary color
Monochromatic Colors of #41FCBC
Black with #41FCBC
Text Example
Text Example
White with #41FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCBC; }
p { color: rgb(65,252,188); }
H1.HeaderClassName
{
color: #41FCBC;
}
.AnyTagClassName
{
color: #41FCBC;
}
</style>
background-color css
<style>
a { background-color: #41FCBC; }
a { background-color: rgb(65,252,188); }
div.DivClassName
{
background-color: #41FCBC;
}
.BgClassName
{
background-color: #41FCBC;
}
</style>
border-color css
<style>
span { border-color: #41FCBC; }
span { border-color: rgb(65,252,188); }
td.TdClassName
{
border-color: #41FCBC;
}
.TagClassName
{
border-color: #41FCBC;
}
</style>