Html Css Color HEX #41EEED Turquoise

📋 copy color: '#41EEED'

red 65 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #41EEED

Tints of Turquoise #41EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 12.04%
G = 44.07%
B = 43.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#41EEED (or 0x41EEED) is known color: Turquoise. HEX triplet: 41, EE and ED. RGB value is (65,238,237). Sum of RGB (Red+Green+Blue) = 65+238+237=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #41EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EEED is #BE1112. Grayscale: #B9B9B9. Windows color (decimal): -12456211 or 15593025. OLE color: 15593025.

HSL color Cylindrical-coordinate representation of color #41EEED: hue angle of 179.65º 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 #41EEED is Cyan = 0.73, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 238 237 -
CMYK 0.73 0 0.00 0.07
HSL 179.65º 0.84% 0.59% -
HSV(B) 179.65º 0.73% 0.93% -
XYZ 48.04 68.39 90.79 -
YUV 186.16 156.69 41.58 -
System Red Green Blue C M Y K H S L
Decimal 65 238 237 0.73 0 0.00 0.07 179.65 0.84 0.59
Hex 41 EE ED 49 0 0 7 B4 54 3B
Octal 101 356 355 111 0 0 7 264 124 73
Binary 1000001 11101110 11101101 1001001 0 0 111 10110100 1010100 111011

Color Harmonies of #41EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EEED

Black with #41EEED

Text Example


Text Example

White with #41EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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