Shades of Turquoise Blue #41DBFC
Tints of Turquoise Blue #41DBFC
RGB
CMYK
RGB Variations
Color information
#41DBFC (or 0x41DBFC) is known color: Turquoise Blue. HEX triplet: 41, DB and FC. RGB value is (65,219,252). Sum of RGB (Red+Green+Blue) = 65+219+252=536 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.13% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #41DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBFC is #BE2403. Grayscale: #B0B0B0. Windows color (decimal): -12461060 or 16571201. OLE color: 16571201.
HSL color Cylindrical-coordinate representation of color #41DBFC: hue angle of 190.59º 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 #41DBFC is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 219 | 252 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.01 |
| HSL | 190.59º | 0.97% | 0.62% | - |
| HSV(B) | 190.59º | 0.74% | 0.99% | - |
| XYZ | 45.08 | 58.82 | 101.07 | - |
| YUV | 176.72 | 170.48 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 252 | 0.74 | 0.13 | 0 | 0.01 | 190.59 | 0.97 | 0.62 |
| Hex | 41 | DB | FC | 4A | D | 0 | 1 | BF | 61 | 3E |
| Octal | 101 | 333 | 374 | 112 | 15 | 0 | 1 | 277 | 141 | 76 |
| Binary | 1000001 | 11011011 | 11111100 | 1001010 | 1101 | 0 | 1 | 10111111 | 1100001 | 111110 |
Color Harmonies of #41DBFC
Complementary color
Monochromatic Colors of #41DBFC
Black with #41DBFC
Text Example
Text Example
White with #41DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBFC; }
p { color: rgb(65,219,252); }
H1.HeaderClassName
{
color: #41DBFC;
}
.AnyTagClassName
{
color: #41DBFC;
}
</style>
background-color css
<style>
a { background-color: #41DBFC; }
a { background-color: rgb(65,219,252); }
div.DivClassName
{
background-color: #41DBFC;
}
.BgClassName
{
background-color: #41DBFC;
}
</style>
border-color css
<style>
span { border-color: #41DBFC; }
span { border-color: rgb(65,219,252); }
td.TdClassName
{
border-color: #41DBFC;
}
.TagClassName
{
border-color: #41DBFC;
}
</style>