Shades of Medium Turquoise #41CFEA
Tints of Medium Turquoise #41CFEA
RGB
CMYK
RGB Variations
Color information
#41CFEA (or 0x41CFEA) is known color: Medium Turquoise. HEX triplet: 41, CF and EA. RGB value is (65,207,234). Sum of RGB (Red+Green+Blue) = 65+207+234=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #41CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41CFEA is #BE3015. Grayscale: #A7A7A7. Windows color (decimal): -12464150 or 15388481. OLE color: 15388481.
HSL color Cylindrical-coordinate representation of color #41CFEA: hue angle of 189.59º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41CFEA is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 207 | 234 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.08 |
| HSL | 189.59º | 0.8% | 0.59% | - |
| HSV(B) | 189.59º | 0.72% | 0.92% | - |
| XYZ | 39.34 | 51.69 | 85.75 | - |
| YUV | 167.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 234 | 0.72 | 0.12 | 0 | 0.08 | 189.59 | 0.8 | 0.59 |
| Hex | 41 | CF | EA | 48 | C | 0 | 8 | BE | 50 | 3B |
| Octal | 101 | 317 | 352 | 110 | 14 | 0 | 10 | 276 | 120 | 73 |
| Binary | 1000001 | 11001111 | 11101010 | 1001000 | 1100 | 0 | 1000 | 10111110 | 1010000 | 111011 |
Color Harmonies of #41CFEA
Complementary color
Monochromatic Colors of #41CFEA
Black with #41CFEA
Text Example
Text Example
White with #41CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFEA; }
p { color: rgb(65,207,234); }
H1.HeaderClassName
{
color: #41CFEA;
}
.AnyTagClassName
{
color: #41CFEA;
}
</style>
background-color css
<style>
a { background-color: #41CFEA; }
a { background-color: rgb(65,207,234); }
div.DivClassName
{
background-color: #41CFEA;
}
.BgClassName
{
background-color: #41CFEA;
}
</style>
border-color css
<style>
span { border-color: #41CFEA; }
span { border-color: rgb(65,207,234); }
td.TdClassName
{
border-color: #41CFEA;
}
.TagClassName
{
border-color: #41CFEA;
}
</style>