Html Css Color HEX #41EBDA Turquoise

📋 copy color: '#41EBDA'

red 65 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #41EBDA

Tints of Turquoise #41EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 12.55%
G = 45.37%
B = 42.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#41EBDA (or 0x41EBDA) is known color: Turquoise. HEX triplet: 41, EB and DA. RGB value is (65,235,218). Sum of RGB (Red+Green+Blue) = 65+235+218=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #41EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EBDA is #BE1425. Grayscale: #B6B6B6. Windows color (decimal): -12456998 or 14347073. OLE color: 14347073.

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

Color convert

RGB 65 235 218 -
CMYK 0.72 0 0.07 0.08
HSL 174º 0.81% 0.59% -
HSV(B) 174º 0.72% 0.92% -
XYZ 44.54 65.6 76.64 -
YUV 182.23 148.18 44.38 -
System Red Green Blue C M Y K H S L
Decimal 65 235 218 0.72 0 0.07 0.08 174 0.81 0.59
Hex 41 EB DA 48 0 7 8 AE 51 3B
Octal 101 353 332 110 0 7 10 256 121 73
Binary 1000001 11101011 11011010 1001000 0 111 1000 10101110 1010001 111011

Color Harmonies of #41EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EBDA

Black with #41EBDA

Text Example


Text Example

White with #41EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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