Shades of Medium Turquoise #41CCDF
Tints of Medium Turquoise #41CCDF
RGB
CMYK
RGB Variations
Color information
#41CCDF (or 0x41CCDF) is known color: Medium Turquoise. HEX triplet: 41, CC and DF. RGB value is (65,204,223). Sum of RGB (Red+Green+Blue) = 65+204+223=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #41CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCDF is #BE3320. Grayscale: #A4A4A4. Windows color (decimal): -12464929 or 14666817. OLE color: 14666817.
HSL color Cylindrical-coordinate representation of color #41CCDF: hue angle of 187.22º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41CCDF is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 204 | 223 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.13 |
| HSL | 187.22º | 0.71% | 0.56% | - |
| HSV(B) | 187.22º | 0.71% | 0.87% | - |
| XYZ | 37.09 | 49.64 | 77.44 | - |
| YUV | 164.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 223 | 0.71 | 0.09 | 0 | 0.13 | 187.22 | 0.71 | 0.56 |
| Hex | 41 | CC | DF | 47 | 9 | 0 | D | BB | 47 | 38 |
| Octal | 101 | 314 | 337 | 107 | 11 | 0 | 15 | 273 | 107 | 70 |
| Binary | 1000001 | 11001100 | 11011111 | 1000111 | 1001 | 0 | 1101 | 10111011 | 1000111 | 111000 |
Color Harmonies of #41CCDF
Complementary color
Monochromatic Colors of #41CCDF
Black with #41CCDF
Text Example
Text Example
White with #41CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCDF; }
p { color: rgb(65,204,223); }
H1.HeaderClassName
{
color: #41CCDF;
}
.AnyTagClassName
{
color: #41CCDF;
}
</style>
background-color css
<style>
a { background-color: #41CCDF; }
a { background-color: rgb(65,204,223); }
div.DivClassName
{
background-color: #41CCDF;
}
.BgClassName
{
background-color: #41CCDF;
}
</style>
border-color css
<style>
span { border-color: #41CCDF; }
span { border-color: rgb(65,204,223); }
td.TdClassName
{
border-color: #41CCDF;
}
.TagClassName
{
border-color: #41CCDF;
}
</style>