Shades of Turquoise Blue #41DEFC
Tints of Turquoise Blue #41DEFC
RGB
CMYK
RGB Variations
Color information
#41DEFC (or 0x41DEFC) is known color: Turquoise Blue. HEX triplet: 41, DE and FC. RGB value is (65,222,252). Sum of RGB (Red+Green+Blue) = 65+222+252=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #41DEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DEFC is #BE2103. Grayscale: #B2B2B2. Windows color (decimal): -12460292 or 16571969. OLE color: 16571969.
HSL color Cylindrical-coordinate representation of color #41DEFC: hue angle of 189.63º 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 #41DEFC is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 222 | 252 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.01 |
| HSL | 189.63º | 0.97% | 0.62% | - |
| HSV(B) | 189.63º | 0.74% | 0.99% | - |
| XYZ | 45.87 | 60.39 | 101.34 | - |
| YUV | 178.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 222 | 252 | 0.74 | 0.12 | 0 | 0.01 | 189.63 | 0.97 | 0.62 |
| Hex | 41 | DE | FC | 4A | C | 0 | 1 | BE | 61 | 3E |
| Octal | 101 | 336 | 374 | 112 | 14 | 0 | 1 | 276 | 141 | 76 |
| Binary | 1000001 | 11011110 | 11111100 | 1001010 | 1100 | 0 | 1 | 10111110 | 1100001 | 111110 |
Color Harmonies of #41DEFC
Complementary color
Monochromatic Colors of #41DEFC
Black with #41DEFC
Text Example
Text Example
White with #41DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DEFC; }
p { color: rgb(65,222,252); }
H1.HeaderClassName
{
color: #41DEFC;
}
.AnyTagClassName
{
color: #41DEFC;
}
</style>
background-color css
<style>
a { background-color: #41DEFC; }
a { background-color: rgb(65,222,252); }
div.DivClassName
{
background-color: #41DEFC;
}
.BgClassName
{
background-color: #41DEFC;
}
</style>
border-color css
<style>
span { border-color: #41DEFC; }
span { border-color: rgb(65,222,252); }
td.TdClassName
{
border-color: #41DEFC;
}
.TagClassName
{
border-color: #41DEFC;
}
</style>