Html Css Color HEX #41EACB Turquoise

📋 copy color: '#41EACB'

red 65 ◦ green 234 ◦ blue 203

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

Shades of Turquoise #41EACB

Tints of Turquoise #41EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 12.95%
G = 46.61%
B = 40.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#41EACB (or 0x41EACB) is known color: Turquoise. HEX triplet: 41, EA and CB. RGB value is (65,234,203). Sum of RGB (Red+Green+Blue) = 65+234+203=502 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.95% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #41EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EACB is #BE1534. Grayscale: #B3B3B3. Windows color (decimal): -12457269 or 13363777. OLE color: 13363777.

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

Color convert

RGB 65 234 203 -
CMYK 0.72 0 0.13 0.08
HSL 168.99º 0.8% 0.59% -
HSV(B) 168.99º 0.72% 0.92% -
XYZ 42.38 64.28 66.67 -
YUV 179.94 141.01 46.02 -
System Red Green Blue C M Y K H S L
Decimal 65 234 203 0.72 0 0.13 0.08 168.99 0.8 0.59
Hex 41 EA CB 48 0 D 8 A9 50 3B
Octal 101 352 313 110 0 15 10 251 120 73
Binary 1000001 11101010 11001011 1001000 0 1101 1000 10101001 1010000 111011

Color Harmonies of #41EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EACB

Black with #41EACB

Text Example


Text Example

White with #41EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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