Html Css Color HEX #41E4EA Turquoise

📋 copy color: '#41E4EA'

red 65 ◦ green 228 ◦ blue 234

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

Shades of Turquoise #41E4EA

Tints of Turquoise #41E4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.26%

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 12.33%
G = 43.26%
B = 44.4%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#41E4EA (or 0x41E4EA) is known color: Turquoise. HEX triplet: 41, E4 and EA. RGB value is (65,228,234). Sum of RGB (Red+Green+Blue) = 65+228+234=527 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.33% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #41E4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E4EA is #BE1B15. Grayscale: #B3B3B3. Windows color (decimal): -12458774 or 15393857. OLE color: 15393857.

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

Color convert

RGB 65 228 234 -
CMYK 0.72 0.03 0 0.08
HSL 182.13º 0.8% 0.59% -
HSV(B) 182.13º 0.72% 0.92% -
XYZ 44.77 62.55 87.56 -
YUV 179.95 158.5 46.01 -
System Red Green Blue C M Y K H S L
Decimal 65 228 234 0.72 0.03 0 0.08 182.13 0.8 0.59
Hex 41 E4 EA 48 3 0 8 B6 50 3B
Octal 101 344 352 110 3 0 10 266 120 73
Binary 1000001 11100100 11101010 1001000 11 0 1000 10110110 1010000 111011

Color Harmonies of #41E4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E4EA

Black with #41E4EA

Text Example


Text Example

White with #41E4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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