Shades of Turquoise Blue #41DFFC
Tints of Turquoise Blue #41DFFC
RGB
CMYK
RGB Variations
Color information
#41DFFC (or 0x41DFFC) is known color: Turquoise Blue. HEX triplet: 41, DF and FC. RGB value is (65,223,252). Sum of RGB (Red+Green+Blue) = 65+223+252=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #41DFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFFC is #BE2003. Grayscale: #B2B2B2. Windows color (decimal): -12460036 or 16572225. OLE color: 16572225.
HSL color Cylindrical-coordinate representation of color #41DFFC: hue angle of 189.3º 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 #41DFFC is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 223 | 252 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.01 |
| HSL | 189.3º | 0.97% | 0.62% | - |
| HSV(B) | 189.3º | 0.74% | 0.99% | - |
| XYZ | 46.14 | 60.93 | 101.42 | - |
| YUV | 179.06 | 169.15 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 252 | 0.74 | 0.12 | 0 | 0.01 | 189.3 | 0.97 | 0.62 |
| Hex | 41 | DF | FC | 4A | C | 0 | 1 | BD | 61 | 3E |
| Octal | 101 | 337 | 374 | 112 | 14 | 0 | 1 | 275 | 141 | 76 |
| Binary | 1000001 | 11011111 | 11111100 | 1001010 | 1100 | 0 | 1 | 10111101 | 1100001 | 111110 |
Color Harmonies of #41DFFC
Complementary color
Monochromatic Colors of #41DFFC
Black with #41DFFC
Text Example
Text Example
White with #41DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFFC; }
p { color: rgb(65,223,252); }
H1.HeaderClassName
{
color: #41DFFC;
}
.AnyTagClassName
{
color: #41DFFC;
}
</style>
background-color css
<style>
a { background-color: #41DFFC; }
a { background-color: rgb(65,223,252); }
div.DivClassName
{
background-color: #41DFFC;
}
.BgClassName
{
background-color: #41DFFC;
}
</style>
border-color css
<style>
span { border-color: #41DFFC; }
span { border-color: rgb(65,223,252); }
td.TdClassName
{
border-color: #41DFFC;
}
.TagClassName
{
border-color: #41DFFC;
}
</style>