Html Css Color HEX #41EBDD Turquoise

📋 copy color: '#41EBDD'

red 65 ◦ green 235 ◦ blue 221

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

Shades of Turquoise #41EBDD

Tints of Turquoise #41EBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 12.48%
G = 45.11%
B = 42.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#41EBDD (or 0x41EBDD) is known color: Turquoise. HEX triplet: 41, EB and DD. RGB value is (65,235,221). Sum of RGB (Red+Green+Blue) = 65+235+221=521 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.48% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #41EBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EBDD is #BE1422. Grayscale: #B6B6B6. Windows color (decimal): -12456995 or 14543681. OLE color: 14543681.

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

Color convert

RGB 65 235 221 -
CMYK 0.72 0 0.06 0.08
HSL 175.06º 0.81% 0.59% -
HSV(B) 175.06º 0.72% 0.92% -
XYZ 44.94 65.76 78.73 -
YUV 182.57 149.68 44.14 -
System Red Green Blue C M Y K H S L
Decimal 65 235 221 0.72 0 0.06 0.08 175.06 0.81 0.59
Hex 41 EB DD 48 0 6 8 AF 51 3B
Octal 101 353 335 110 0 6 10 257 121 73
Binary 1000001 11101011 11011101 1001000 0 110 1000 10101111 1010001 111011

Color Harmonies of #41EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EBDD

Black with #41EBDD

Text Example


Text Example

White with #41EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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