Html Css Color HEX #41EEE2 Turquoise

📋 copy color: '#41EEE2'

red 65 ◦ green 238 ◦ blue 226

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

Shades of Turquoise #41EEE2

Tints of Turquoise #41EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.99%

 BLUE value IS 226 (88.67% from 255) = 42.72%

R = 12.29%
G = 44.99%
B = 42.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#41EEE2 (or 0x41EEE2) is known color: Turquoise. HEX triplet: 41, EE and E2. RGB value is (65,238,226). Sum of RGB (Red+Green+Blue) = 65+238+226=529 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.29% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EEE2 is #BE111D. Grayscale: #B8B8B8. Windows color (decimal): -12456222 or 14872129. OLE color: 14872129.

HSL color Cylindrical-coordinate representation of color #41EEE2: hue angle of 175.84º 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 #41EEE2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 238 226 -
CMYK 0.73 0 0.05 0.07
HSL 175.84º 0.84% 0.59% -
HSV(B) 175.84º 0.73% 0.93% -
XYZ 46.48 67.76 82.58 -
YUV 184.91 151.19 42.48 -
System Red Green Blue C M Y K H S L
Decimal 65 238 226 0.73 0 0.05 0.07 175.84 0.84 0.59
Hex 41 EE E2 49 0 5 7 B0 54 3B
Octal 101 356 342 111 0 5 7 260 124 73
Binary 1000001 11101110 11100010 1001001 0 101 111 10110000 1010100 111011

Color Harmonies of #41EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EEE2

Black with #41EEE2

Text Example


Text Example

White with #41EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,238,226); }

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

background-color css

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

 a { background-color: rgb(65,238,226); }

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

border-color css

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

 span { border-color: rgb(65,238,226); }

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