Html Css Color HEX #41DEEC Turquoise

📋 copy color: '#41DEEC'

red 65 ◦ green 222 ◦ blue 236

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

Shades of Turquoise #41DEEC

Tints of Turquoise #41DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 12.43%
G = 42.45%
B = 45.12%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#41DEEC (or 0x41DEEC) is known color: Turquoise. HEX triplet: 41, DE and EC. RGB value is (65,222,236). Sum of RGB (Red+Green+Blue) = 65+222+236=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #41DEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DEEC is #BE2113. Grayscale: #B0B0B0. Windows color (decimal): -12460308 or 15523393. OLE color: 15523393.

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

Color convert

RGB 65 222 236 -
CMYK 0.72 0.06 0 0.07
HSL 184.91º 0.82% 0.59% -
HSV(B) 184.91º 0.72% 0.93% -
XYZ 43.44 59.42 88.54 -
YUV 176.65 161.49 48.36 -
System Red Green Blue C M Y K H S L
Decimal 65 222 236 0.72 0.06 0 0.07 184.91 0.82 0.59
Hex 41 DE EC 48 6 0 7 B9 52 3B
Octal 101 336 354 110 6 0 7 271 122 73
Binary 1000001 11011110 11101100 1001000 110 0 111 10111001 1010010 111011

Color Harmonies of #41DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DEEC

Black with #41DEEC

Text Example


Text Example

White with #41DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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