Shades of Turquoise Blue #41DEFD
Tints of Turquoise Blue #41DEFD
RGB
CMYK
RGB Variations
Color information
#41DEFD (or 0x41DEFD) is known color: Turquoise Blue. HEX triplet: 41, DE and FD. RGB value is (65,222,253). Sum of RGB (Red+Green+Blue) = 65+222+253=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #41DEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DEFD is #BE2102. Grayscale: #B2B2B2. Windows color (decimal): -12460291 or 16637505. OLE color: 16637505.
HSL color Cylindrical-coordinate representation of color #41DEFD: hue angle of 189.89º degrees, saturation: 0.98, 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 #41DEFD is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 222 | 253 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.01 |
| HSL | 189.89º | 0.98% | 0.62% | - |
| HSV(B) | 189.89º | 0.74% | 0.99% | - |
| XYZ | 46.03 | 60.46 | 102.17 | - |
| YUV | 178.59 | 169.99 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 222 | 253 | 0.74 | 0.12 | 0 | 0.01 | 189.89 | 0.98 | 0.62 |
| Hex | 41 | DE | FD | 4A | C | 0 | 1 | BE | 62 | 3E |
| Octal | 101 | 336 | 375 | 112 | 14 | 0 | 1 | 276 | 142 | 76 |
| Binary | 1000001 | 11011110 | 11111101 | 1001010 | 1100 | 0 | 1 | 10111110 | 1100010 | 111110 |
Color Harmonies of #41DEFD
Complementary color
Monochromatic Colors of #41DEFD
Black with #41DEFD
Text Example
Text Example
White with #41DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DEFD; }
p { color: rgb(65,222,253); }
H1.HeaderClassName
{
color: #41DEFD;
}
.AnyTagClassName
{
color: #41DEFD;
}
</style>
background-color css
<style>
a { background-color: #41DEFD; }
a { background-color: rgb(65,222,253); }
div.DivClassName
{
background-color: #41DEFD;
}
.BgClassName
{
background-color: #41DEFD;
}
</style>
border-color css
<style>
span { border-color: #41DEFD; }
span { border-color: rgb(65,222,253); }
td.TdClassName
{
border-color: #41DEFD;
}
.TagClassName
{
border-color: #41DEFD;
}
</style>