Html Css Color HEX #41EFEA Turquoise

📋 copy color: '#41EFEA'

red 65 ◦ green 239 ◦ blue 234

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

Shades of Turquoise #41EFEA

Tints of Turquoise #41EFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 12.08%
G = 44.42%
B = 43.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#41EFEA (or 0x41EFEA) is known color: Turquoise. HEX triplet: 41, EF and EA. RGB value is (65,239,234). Sum of RGB (Red+Green+Blue) = 65+239+234=538 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.08% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFEA is #BE1015. Grayscale: #BABABA. Windows color (decimal): -12455958 or 15396673. OLE color: 15396673.

HSL color Cylindrical-coordinate representation of color #41EFEA: hue angle of 178.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFEA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 239 234 -
CMYK 0.73 0 0.02 0.06
HSL 178.28º 0.84% 0.6% -
HSV(B) 178.28º 0.73% 0.94% -
XYZ 47.9 68.8 88.6 -
YUV 186.4 154.85 41.41 -
System Red Green Blue C M Y K H S L
Decimal 65 239 234 0.73 0 0.02 0.06 178.28 0.84 0.6
Hex 41 EF EA 49 0 2 6 B2 54 3C
Octal 101 357 352 111 0 2 6 262 124 74
Binary 1000001 11101111 11101010 1001001 0 10 110 10110010 1010100 111100

Color Harmonies of #41EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFEA

Black with #41EFEA

Text Example


Text Example

White with #41EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,239,234); }

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

background-color css

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

 a { background-color: rgb(65,239,234); }

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

border-color css

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

 span { border-color: rgb(65,239,234); }

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