Shades of Turquoise #41EECB
Tints of Turquoise #41EECB
RGB
CMYK
RGB Variations
Color information
#41EECB (or 0x41EECB) is known color: Turquoise. HEX triplet: 41, EE and CB. RGB value is (65,238,203). Sum of RGB (Red+Green+Blue) = 65+238+203=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #41EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EECB is #BE1134. Grayscale: #B6B6B6. Windows color (decimal): -12456245 or 13364801. OLE color: 13364801.
HSL color Cylindrical-coordinate representation of color #41EECB: hue angle of 167.86º degrees, saturation: 0.84, 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 #41EECB is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 203 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.07 |
| HSL | 167.86º | 0.84% | 0.59% | - |
| HSV(B) | 167.86º | 0.73% | 0.93% | - |
| XYZ | 43.53 | 66.58 | 67.06 | - |
| YUV | 182.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 203 | 0.73 | 0 | 0.15 | 0.07 | 167.86 | 0.84 | 0.59 |
| Hex | 41 | EE | CB | 49 | 0 | F | 7 | A8 | 54 | 3B |
| Octal | 101 | 356 | 313 | 111 | 0 | 17 | 7 | 250 | 124 | 73 |
| Binary | 1000001 | 11101110 | 11001011 | 1001001 | 0 | 1111 | 111 | 10101000 | 1010100 | 111011 |
Color Harmonies of #41EECB
Complementary color
Monochromatic Colors of #41EECB
Black with #41EECB
Text Example
Text Example
White with #41EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EECB; }
p { color: rgb(65,238,203); }
H1.HeaderClassName
{
color: #41EECB;
}
.AnyTagClassName
{
color: #41EECB;
}
</style>
background-color css
<style>
a { background-color: #41EECB; }
a { background-color: rgb(65,238,203); }
div.DivClassName
{
background-color: #41EECB;
}
.BgClassName
{
background-color: #41EECB;
}
</style>
border-color css
<style>
span { border-color: #41EECB; }
span { border-color: rgb(65,238,203); }
td.TdClassName
{
border-color: #41EECB;
}
.TagClassName
{
border-color: #41EECB;
}
</style>