Shades of Turquoise #41DEED
Tints of Turquoise #41DEED
RGB
CMYK
RGB Variations
Color information
#41DEED (or 0x41DEED) is known color: Turquoise. HEX triplet: 41, DE and ED. RGB value is (65,222,237). Sum of RGB (Red+Green+Blue) = 65+222+237=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #41DEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DEED is #BE2112. Grayscale: #B0B0B0. Windows color (decimal): -12460307 or 15588929. OLE color: 15588929.
HSL color Cylindrical-coordinate representation of color #41DEED: hue angle of 185.23º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DEED is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 222 | 237 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.07 |
| HSL | 185.23º | 0.83% | 0.59% | - |
| HSV(B) | 185.23º | 0.73% | 0.93% | - |
| XYZ | 43.59 | 59.48 | 89.3 | - |
| YUV | 176.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 222 | 237 | 0.73 | 0.06 | 0 | 0.07 | 185.23 | 0.83 | 0.59 |
| Hex | 41 | DE | ED | 49 | 6 | 0 | 7 | B9 | 53 | 3B |
| Octal | 101 | 336 | 355 | 111 | 6 | 0 | 7 | 271 | 123 | 73 |
| Binary | 1000001 | 11011110 | 11101101 | 1001001 | 110 | 0 | 111 | 10111001 | 1010011 | 111011 |
Color Harmonies of #41DEED
Complementary color
Monochromatic Colors of #41DEED
Black with #41DEED
Text Example
Text Example
White with #41DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DEED; }
p { color: rgb(65,222,237); }
H1.HeaderClassName
{
color: #41DEED;
}
.AnyTagClassName
{
color: #41DEED;
}
</style>
background-color css
<style>
a { background-color: #41DEED; }
a { background-color: rgb(65,222,237); }
div.DivClassName
{
background-color: #41DEED;
}
.BgClassName
{
background-color: #41DEED;
}
</style>
border-color css
<style>
span { border-color: #41DEED; }
span { border-color: rgb(65,222,237); }
td.TdClassName
{
border-color: #41DEED;
}
.TagClassName
{
border-color: #41DEED;
}
</style>