Html Css Color HEX #41EBE8 Turquoise

📋 copy color: '#41EBE8'

red 65 ◦ green 235 ◦ blue 232

#41EBE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #41EBE8

Tints of Turquoise #41EBE8

RGB

 RED value IS 65 (25.78% from 255) = 12.22%

 GREEN value IS 235 (92.19% from 255) = 44.17%

 BLUE value IS 232 (91.02% from 255) = 43.61%

R = 12.22%
G = 44.17%
B = 43.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#41EBE8 (or 0x41EBE8) is known color: Turquoise. HEX triplet: 41, EB and E8. RGB value is (65,235,232). Sum of RGB (Red+Green+Blue) = 65+235+232=532 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.22% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #41EBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EBE8 is #BE1417. Grayscale: #B7B7B7. Windows color (decimal): -12456984 or 15264577. OLE color: 15264577.

HSL color Cylindrical-coordinate representation of color #41EBE8: hue angle of 178.94º degrees, saturation: 0.81, 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 #41EBE8 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 235 232 -
CMYK 0.72 0 0.01 0.08
HSL 178.94º 0.81% 0.59% -
HSV(B) 178.94º 0.72% 0.92% -
XYZ 46.45 66.37 86.71 -
YUV 183.83 155.18 43.24 -
System Red Green Blue C M Y K H S L
Decimal 65 235 232 0.72 0 0.01 0.08 178.94 0.81 0.59
Hex 41 EB E8 48 0 1 8 B3 51 3B
Octal 101 353 350 110 0 1 10 263 121 73
Binary 1000001 11101011 11101000 1001000 0 1 1000 10110011 1010001 111011

Color Harmonies of #41EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EBE8

Black with #41EBE8

Text Example


Text Example

White with #41EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41EBE8; }

 p { color: rgb(65,235,232); }

 H1.HeaderClassName
 {
   color: #41EBE8;
 }
 .AnyTagClassName
 {
   color: #41EBE8;
 }
</style>

background-color css

<style>
 a { background-color: #41EBE8; }

 a { background-color: rgb(65,235,232); }

 div.DivClassName
 {
   background-color: #41EBE8;
 }
 .BgClassName
 {
   background-color: #41EBE8;
 }
</style>

border-color css

<style>
 span { border-color: #41EBE8; }

 span { border-color: rgb(65,235,232); }

 td.TdClassName
 {
   border-color: #41EBE8;
 }
 .TagClassName
 {
   border-color: #41EBE8;
 }
</style>