Html Css Color HEX #44E1B3 Turquoise

📋 copy color: '#44E1B3'

red 68 ◦ green 225 ◦ blue 179

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

Shades of Turquoise #44E1B3

Tints of Turquoise #44E1B3

RGB

 RED value IS 68 (26.95% from 255) = 14.41%

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 14.41%
G = 47.67%
B = 37.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#44E1B3 (or 0x44E1B3) is known color: Turquoise. HEX triplet: 44, E1 and B3. RGB value is (68,225,179). Sum of RGB (Red+Green+Blue) = 68+225+179=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #44E1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E1B3 is #BB1E4C. Grayscale: #ACACAC. Windows color (decimal): -12262989 or 11788612. OLE color: 11788612.

HSL color Cylindrical-coordinate representation of color #44E1B3: hue angle of 162.42º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E1B3 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 225 179 -
CMYK 0.70 0 0.20 0.12
HSL 162.42º 0.72% 0.57% -
HSV(B) 162.42º 0.7% 0.88% -
XYZ 37.45 58.33 51.93 -
YUV 172.81 131.49 53.24 -
System Red Green Blue C M Y K H S L
Decimal 68 225 179 0.70 0 0.20 0.12 162.42 0.72 0.57
Hex 44 E1 B3 46 0 14 C A2 48 39
Octal 104 341 263 106 0 24 14 242 110 71
Binary 1000100 11100001 10110011 1000110 0 10100 1100 10100010 1001000 111001

Color Harmonies of #44E1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E1B3

Black with #44E1B3

Text Example


Text Example

White with #44E1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44E1B3; }

 p { color: rgb(68,225,179); }

 H1.HeaderClassName
 {
   color: #44E1B3;
 }
 .AnyTagClassName
 {
   color: #44E1B3;
 }
</style>

background-color css

<style>
 a { background-color: #44E1B3; }

 a { background-color: rgb(68,225,179); }

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

border-color css

<style>
 span { border-color: #44E1B3; }

 span { border-color: rgb(68,225,179); }

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