Shades of Turquoise #41FBCB
Tints of Turquoise #41FBCB
RGB
CMYK
RGB Variations
Color information
#41FBCB (or 0x41FBCB) is known color: Turquoise. HEX triplet: 41, FB and CB. RGB value is (65,251,203). Sum of RGB (Red+Green+Blue) = 65+251+203=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBCB is #BE0434. Grayscale: #BDBDBD. Windows color (decimal): -12452917 or 13368129. OLE color: 13368129.
HSL color Cylindrical-coordinate representation of color #41FBCB: hue angle of 164.52º 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 #41FBCB is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 251 | 203 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.02 |
| HSL | 164.52º | 0.96% | 0.62% | - |
| HSV(B) | 164.52º | 0.74% | 0.98% | - |
| XYZ | 47.46 | 74.43 | 68.37 | - |
| YUV | 189.91 | 135.38 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 203 | 0.74 | 0 | 0.19 | 0.02 | 164.52 | 0.96 | 0.62 |
| Hex | 41 | FB | CB | 4A | 0 | 13 | 2 | A5 | 60 | 3E |
| Octal | 101 | 373 | 313 | 112 | 0 | 23 | 2 | 245 | 140 | 76 |
| Binary | 1000001 | 11111011 | 11001011 | 1001010 | 0 | 10011 | 10 | 10100101 | 1100000 | 111110 |
Color Harmonies of #41FBCB
Complementary color
Monochromatic Colors of #41FBCB
Black with #41FBCB
Text Example
Text Example
White with #41FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBCB; }
p { color: rgb(65,251,203); }
H1.HeaderClassName
{
color: #41FBCB;
}
.AnyTagClassName
{
color: #41FBCB;
}
</style>
background-color css
<style>
a { background-color: #41FBCB; }
a { background-color: rgb(65,251,203); }
div.DivClassName
{
background-color: #41FBCB;
}
.BgClassName
{
background-color: #41FBCB;
}
</style>
border-color css
<style>
span { border-color: #41FBCB; }
span { border-color: rgb(65,251,203); }
td.TdClassName
{
border-color: #41FBCB;
}
.TagClassName
{
border-color: #41FBCB;
}
</style>