Html Css Color HEX #41EABB Turquoise

📋 copy color: '#41EABB'

red 65 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #41EABB

Tints of Turquoise #41EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.15%

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 13.37%
G = 48.15%
B = 38.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#41EABB (or 0x41EABB) is known color: Turquoise. HEX triplet: 41, EA and BB. RGB value is (65,234,187). Sum of RGB (Red+Green+Blue) = 65+234+187=486 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.37% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #41EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EABB is #BE1544. Grayscale: #B2B2B2. Windows color (decimal): -12457285 or 12315201. OLE color: 12315201.

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

Color convert

RGB 65 234 187 -
CMYK 0.72 0 0.20 0.08
HSL 163.31º 0.8% 0.59% -
HSV(B) 163.31º 0.72% 0.92% -
XYZ 40.57 63.56 57.14 -
YUV 178.11 133.01 47.32 -
System Red Green Blue C M Y K H S L
Decimal 65 234 187 0.72 0 0.20 0.08 163.31 0.8 0.59
Hex 41 EA BB 48 0 14 8 A3 50 3B
Octal 101 352 273 110 0 24 10 243 120 73
Binary 1000001 11101010 10111011 1001000 0 10100 1000 10100011 1010000 111011

Color Harmonies of #41EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EABB

Black with #41EABB

Text Example


Text Example

White with #41EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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