Shades of Turquoise #41EFFB
Tints of Turquoise #41EFFB
RGB
CMYK
RGB Variations
Color information
#41EFFB (or 0x41EFFB) is known color: Turquoise. HEX triplet: 41, EF and FB. RGB value is (65,239,251). Sum of RGB (Red+Green+Blue) = 65+239+251=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #41EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFFB is #BE1004. Grayscale: #BCBCBC. Windows color (decimal): -12455941 or 16510785. OLE color: 16510785.
HSL color Cylindrical-coordinate representation of color #41EFFB: hue angle of 183.87º 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 #41EFFB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 239 | 251 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.02 |
| HSL | 183.87º | 0.96% | 0.62% | - |
| HSV(B) | 183.87º | 0.74% | 0.98% | - |
| XYZ | 50.46 | 69.82 | 102.08 | - |
| YUV | 188.34 | 163.35 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 251 | 0.74 | 0.05 | 0 | 0.02 | 183.87 | 0.96 | 0.62 |
| Hex | 41 | EF | FB | 4A | 5 | 0 | 2 | B8 | 60 | 3E |
| Octal | 101 | 357 | 373 | 112 | 5 | 0 | 2 | 270 | 140 | 76 |
| Binary | 1000001 | 11101111 | 11111011 | 1001010 | 101 | 0 | 10 | 10111000 | 1100000 | 111110 |
Color Harmonies of #41EFFB
Complementary color
Monochromatic Colors of #41EFFB
Black with #41EFFB
Text Example
Text Example
White with #41EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFFB; }
p { color: rgb(65,239,251); }
H1.HeaderClassName
{
color: #41EFFB;
}
.AnyTagClassName
{
color: #41EFFB;
}
</style>
background-color css
<style>
a { background-color: #41EFFB; }
a { background-color: rgb(65,239,251); }
div.DivClassName
{
background-color: #41EFFB;
}
.BgClassName
{
background-color: #41EFFB;
}
</style>
border-color css
<style>
span { border-color: #41EFFB; }
span { border-color: rgb(65,239,251); }
td.TdClassName
{
border-color: #41EFFB;
}
.TagClassName
{
border-color: #41EFFB;
}
</style>