Html Css Color HEX #41ECEA Turquoise

📋 copy color: '#41ECEA'

red 65 ◦ green 236 ◦ blue 234

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

Shades of Turquoise #41ECEA

Tints of Turquoise #41ECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

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

R = 12.15%
G = 44.11%
B = 43.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#41ECEA (or 0x41ECEA) is known color: Turquoise. HEX triplet: 41, EC and EA. RGB value is (65,236,234). Sum of RGB (Red+Green+Blue) = 65+236+234=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECEA is #BE1315. Grayscale: #B8B8B8. Windows color (decimal): -12456726 or 15395905. OLE color: 15395905.

HSL color Cylindrical-coordinate representation of color #41ECEA: hue angle of 179.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41ECEA is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 236 234 -
CMYK 0.72 0 0.01 0.07
HSL 179.3º 0.82% 0.59% -
HSV(B) 179.3º 0.72% 0.93% -
XYZ 47.03 67.06 88.31 -
YUV 184.64 155.85 42.66 -
System Red Green Blue C M Y K H S L
Decimal 65 236 234 0.72 0 0.01 0.07 179.3 0.82 0.59
Hex 41 EC EA 48 0 1 7 B3 52 3B
Octal 101 354 352 110 0 1 7 263 122 73
Binary 1000001 11101100 11101010 1001000 0 1 111 10110011 1010010 111011

Color Harmonies of #41ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ECEA

Black with #41ECEA

Text Example


Text Example

White with #41ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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