Shades of Medium Turquoise #41CFCB
Tints of Medium Turquoise #41CFCB
RGB
CMYK
RGB Variations
Color information
#41CFCB (or 0x41CFCB) is known color: Medium Turquoise. HEX triplet: 41, CF and CB. RGB value is (65,207,203). Sum of RGB (Red+Green+Blue) = 65+207+203=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFCB is #BE3034. Grayscale: #A3A3A3. Windows color (decimal): -12464181 or 13356865. OLE color: 13356865.
HSL color Cylindrical-coordinate representation of color #41CFCB: hue angle of 178.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CFCB is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 203 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.19 |
| HSL | 178.31º | 0.6% | 0.53% | - |
| HSV(B) | 178.31º | 0.69% | 0.81% | - |
| XYZ | 35.27 | 50.06 | 64.3 | - |
| YUV | 164.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 203 | 0.69 | 0 | 0.02 | 0.19 | 178.31 | 0.6 | 0.53 |
| Hex | 41 | CF | CB | 45 | 0 | 2 | 13 | B2 | 3C | 35 |
| Octal | 101 | 317 | 313 | 105 | 0 | 2 | 23 | 262 | 74 | 65 |
| Binary | 1000001 | 11001111 | 11001011 | 1000101 | 0 | 10 | 10011 | 10110010 | 111100 | 110101 |
Color Harmonies of #41CFCB
Complementary color
Monochromatic Colors of #41CFCB
Black with #41CFCB
Text Example
Text Example
White with #41CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFCB; }
p { color: rgb(65,207,203); }
H1.HeaderClassName
{
color: #41CFCB;
}
.AnyTagClassName
{
color: #41CFCB;
}
</style>
background-color css
<style>
a { background-color: #41CFCB; }
a { background-color: rgb(65,207,203); }
div.DivClassName
{
background-color: #41CFCB;
}
.BgClassName
{
background-color: #41CFCB;
}
</style>
border-color css
<style>
span { border-color: #41CFCB; }
span { border-color: rgb(65,207,203); }
td.TdClassName
{
border-color: #41CFCB;
}
.TagClassName
{
border-color: #41CFCB;
}
</style>