Shades of Medium Turquoise #41CDDA
Tints of Medium Turquoise #41CDDA
RGB
CMYK
RGB Variations
Color information
#41CDDA (or 0x41CDDA) is known color: Medium Turquoise. HEX triplet: 41, CD and DA. RGB value is (65,205,218). Sum of RGB (Red+Green+Blue) = 65+205+218=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #41CDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDDA is #BE3225. Grayscale: #A4A4A4. Windows color (decimal): -12464678 or 14339393. OLE color: 14339393.
HSL color Cylindrical-coordinate representation of color #41CDDA: hue angle of 185.1º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CDDA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 205 | 218 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.15 |
| HSL | 185.1º | 0.67% | 0.55% | - |
| HSV(B) | 185.1º | 0.7% | 0.85% | - |
| XYZ | 36.67 | 49.85 | 74.02 | - |
| YUV | 164.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 205 | 218 | 0.70 | 0.06 | 0 | 0.15 | 185.1 | 0.67 | 0.55 |
| Hex | 41 | CD | DA | 46 | 6 | 0 | F | B9 | 43 | 37 |
| Octal | 101 | 315 | 332 | 106 | 6 | 0 | 17 | 271 | 103 | 67 |
| Binary | 1000001 | 11001101 | 11011010 | 1000110 | 110 | 0 | 1111 | 10111001 | 1000011 | 110111 |
Color Harmonies of #41CDDA
Complementary color
Monochromatic Colors of #41CDDA
Black with #41CDDA
Text Example
Text Example
White with #41CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CDDA; }
p { color: rgb(65,205,218); }
H1.HeaderClassName
{
color: #41CDDA;
}
.AnyTagClassName
{
color: #41CDDA;
}
</style>
background-color css
<style>
a { background-color: #41CDDA; }
a { background-color: rgb(65,205,218); }
div.DivClassName
{
background-color: #41CDDA;
}
.BgClassName
{
background-color: #41CDDA;
}
</style>
border-color css
<style>
span { border-color: #41CDDA; }
span { border-color: rgb(65,205,218); }
td.TdClassName
{
border-color: #41CDDA;
}
.TagClassName
{
border-color: #41CDDA;
}
</style>