Html Css Color HEX #44EFB3 Turquoise

📋 copy color: '#44EFB3'

red 68 ◦ green 239 ◦ blue 179

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

Shades of Turquoise #44EFB3

Tints of Turquoise #44EFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

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

R = 13.99%
G = 49.18%
B = 36.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#44EFB3 (or 0x44EFB3) is known color: Turquoise. HEX triplet: 44, EF and B3. RGB value is (68,239,179). Sum of RGB (Red+Green+Blue) = 68+239+179=486 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.99% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFB3 is #BB104C. Grayscale: #B5B5B5. Windows color (decimal): -12259405 or 11792196. OLE color: 11792196.

HSL color Cylindrical-coordinate representation of color #44EFB3: hue angle of 158.95º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFB3 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 239 179 -
CMYK 0.72 0 0.25 0.06
HSL 158.95º 0.84% 0.6% -
HSV(B) 158.95º 0.72% 0.94% -
XYZ 41.39 66.22 53.25 -
YUV 181.03 126.85 47.38 -
System Red Green Blue C M Y K H S L
Decimal 68 239 179 0.72 0 0.25 0.06 158.95 0.84 0.6
Hex 44 EF B3 48 0 19 6 9F 54 3C
Octal 104 357 263 110 0 31 6 237 124 74
Binary 1000100 11101111 10110011 1001000 0 11001 110 10011111 1010100 111100

Color Harmonies of #44EFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EFB3

Black with #44EFB3

Text Example


Text Example

White with #44EFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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