Html Css Color HEX #41EADB Turquoise

📋 copy color: '#41EADB'

red 65 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #41EADB

Tints of Turquoise #41EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 12.55%
G = 45.17%
B = 42.28%

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

#41EADB (or 0x41EADB) is known color: Turquoise. HEX triplet: 41, EA and DB. RGB value is (65,234,219). Sum of RGB (Red+Green+Blue) = 65+234+219=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #41EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EADB is #BE1524. Grayscale: #B5B5B5. Windows color (decimal): -12457253 or 14412353. OLE color: 14412353.

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

Color convert

RGB 65 234 219 -
CMYK 0.72 0 0.06 0.08
HSL 174.67º 0.8% 0.59% -
HSV(B) 174.67º 0.72% 0.92% -
XYZ 44.39 65.08 77.24 -
YUV 181.76 149.01 44.72 -
System Red Green Blue C M Y K H S L
Decimal 65 234 219 0.72 0 0.06 0.08 174.67 0.8 0.59
Hex 41 EA DB 48 0 6 8 AF 50 3B
Octal 101 352 333 110 0 6 10 257 120 73
Binary 1000001 11101010 11011011 1001000 0 110 1000 10101111 1010000 111011

Color Harmonies of #41EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EADB

Black with #41EADB

Text Example


Text Example

White with #41EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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