Html Css Color HEX #44E5BE Turquoise

📋 copy color: '#44E5BE'

red 68 ◦ green 229 ◦ blue 190

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

Shades of Turquoise #44E5BE

Tints of Turquoise #44E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 13.96%
G = 47.02%
B = 39.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#44E5BE (or 0x44E5BE) is known color: Turquoise. HEX triplet: 44, E5 and BE. RGB value is (68,229,190). Sum of RGB (Red+Green+Blue) = 68+229+190=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #44E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E5BE is #BB1A41. Grayscale: #B0B0B0. Windows color (decimal): -12261954 or 12510532. OLE color: 12510532.

HSL color Cylindrical-coordinate representation of color #44E5BE: hue angle of 165.47º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E5BE is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 229 190 -
CMYK 0.70 0 0.17 0.10
HSL 165.47º 0.76% 0.58% -
HSV(B) 165.47º 0.7% 0.9% -
XYZ 39.7 60.99 58.39 -
YUV 176.42 135.66 50.67 -
System Red Green Blue C M Y K H S L
Decimal 68 229 190 0.70 0 0.17 0.10 165.47 0.76 0.58
Hex 44 E5 BE 46 0 11 A A5 4C 3A
Octal 104 345 276 106 0 21 12 245 114 72
Binary 1000100 11100101 10111110 1000110 0 10001 1010 10100101 1001100 111010

Color Harmonies of #44E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E5BE

Black with #44E5BE

Text Example


Text Example

White with #44E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,229,190); }

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

background-color css

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

 a { background-color: rgb(68,229,190); }

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

border-color css

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

 span { border-color: rgb(68,229,190); }

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