Html Css Color HEX #41ECEE Turquoise

📋 copy color: '#41ECEE'

red 65 ◦ green 236 ◦ blue 238

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

Shades of Turquoise #41ECEE

Tints of Turquoise #41ECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 12.06%
G = 43.78%
B = 44.16%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#41ECEE (or 0x41ECEE) is known color: Turquoise. HEX triplet: 41, EC and EE. RGB value is (65,236,238). Sum of RGB (Red+Green+Blue) = 65+236+238=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #41ECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECEE is #BE1311. Grayscale: #B8B8B8. Windows color (decimal): -12456722 or 15658049. OLE color: 15658049.

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

Color convert

RGB 65 236 238 -
CMYK 0.73 0.01 0 0.07
HSL 180.69º 0.84% 0.59% -
HSV(B) 180.69º 0.73% 0.93% -
XYZ 47.61 67.29 91.37 -
YUV 185.1 157.85 42.34 -
System Red Green Blue C M Y K H S L
Decimal 65 236 238 0.73 0.01 0 0.07 180.69 0.84 0.59
Hex 41 EC EE 49 1 0 7 B5 54 3B
Octal 101 354 356 111 1 0 7 265 124 73
Binary 1000001 11101100 11101110 1001001 1 0 111 10110101 1010100 111011

Color Harmonies of #41ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ECEE

Black with #41ECEE

Text Example


Text Example

White with #41ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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