Shades of Turquoise Blue #41D5FF
Tints of Turquoise Blue #41D5FF
RGB
CMYK
RGB Variations
Color information
#41D5FF (or 0x41D5FF) is known color: Turquoise Blue. HEX triplet: 41, D5 and FF. RGB value is (65,213,255). Sum of RGB (Red+Green+Blue) = 65+213+255=533 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.20% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #41D5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D5FF is #BE2A00. Grayscale: #ADADAD. Windows color (decimal): -12462593 or 16766273. OLE color: 16766273.
HSL color Cylindrical-coordinate representation of color #41D5FF: hue angle of 193.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41D5FF is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 213 | 255 | - |
| CMYK | 0.75 | 0.16 | 0 | 0 |
| HSL | 193.26º | 1% | 0.63% | - |
| HSV(B) | 193.26º | 0.75% | 1% | - |
| XYZ | 44.02 | 55.93 | 103.08 | - |
| YUV | 173.54 | 173.97 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 255 | 0.75 | 0.16 | 0 | 0 | 193.26 | 1 | 0.63 |
| Hex | 41 | D5 | FF | 4B | 10 | 0 | 0 | C1 | 64 | 3F |
| Octal | 101 | 325 | 377 | 113 | 20 | 0 | 0 | 301 | 144 | 77 |
| Binary | 1000001 | 11010101 | 11111111 | 1001011 | 10000 | 0 | 0 | 11000001 | 1100100 | 111111 |
Color Harmonies of #41D5FF
Complementary color
Monochromatic Colors of #41D5FF
Black with #41D5FF
Text Example
Text Example
White with #41D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D5FF; }
p { color: rgb(65,213,255); }
H1.HeaderClassName
{
color: #41D5FF;
}
.AnyTagClassName
{
color: #41D5FF;
}
</style>
background-color css
<style>
a { background-color: #41D5FF; }
a { background-color: rgb(65,213,255); }
div.DivClassName
{
background-color: #41D5FF;
}
.BgClassName
{
background-color: #41D5FF;
}
</style>
border-color css
<style>
span { border-color: #41D5FF; }
span { border-color: rgb(65,213,255); }
td.TdClassName
{
border-color: #41D5FF;
}
.TagClassName
{
border-color: #41D5FF;
}
</style>