Shades of Turquoise #41EFF8
Tints of Turquoise #41EFF8
RGB
CMYK
RGB Variations
Color information
#41EFF8 (or 0x41EFF8) is known color: Turquoise. HEX triplet: 41, EF and F8. RGB value is (65,239,248). Sum of RGB (Red+Green+Blue) = 65+239+248=552 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.78% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #41EFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFF8 is #BE1007. Grayscale: #BBBBBB. Windows color (decimal): -12455944 or 16314177. OLE color: 16314177.
HSL color Cylindrical-coordinate representation of color #41EFF8: hue angle of 182.95º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EFF8 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 239 | 248 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.03 |
| HSL | 182.95º | 0.93% | 0.61% | - |
| HSV(B) | 182.95º | 0.74% | 0.97% | - |
| XYZ | 49.99 | 69.63 | 99.61 | - |
| YUV | 188 | 161.85 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 248 | 0.74 | 0.04 | 0 | 0.03 | 182.95 | 0.93 | 0.61 |
| Hex | 41 | EF | F8 | 4A | 4 | 0 | 3 | B7 | 5D | 3D |
| Octal | 101 | 357 | 370 | 112 | 4 | 0 | 3 | 267 | 135 | 75 |
| Binary | 1000001 | 11101111 | 11111000 | 1001010 | 100 | 0 | 11 | 10110111 | 1011101 | 111101 |
Color Harmonies of #41EFF8
Complementary color
Monochromatic Colors of #41EFF8
Black with #41EFF8
Text Example
Text Example
White with #41EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFF8; }
p { color: rgb(65,239,248); }
H1.HeaderClassName
{
color: #41EFF8;
}
.AnyTagClassName
{
color: #41EFF8;
}
</style>
background-color css
<style>
a { background-color: #41EFF8; }
a { background-color: rgb(65,239,248); }
div.DivClassName
{
background-color: #41EFF8;
}
.BgClassName
{
background-color: #41EFF8;
}
</style>
border-color css
<style>
span { border-color: #41EFF8; }
span { border-color: rgb(65,239,248); }
td.TdClassName
{
border-color: #41EFF8;
}
.TagClassName
{
border-color: #41EFF8;
}
</style>